aboutsummaryrefslogtreecommitdiff
path: root/test/node/scenarios.json
Commit message (Collapse)AuthorAgeFilesLines
* [node] Install the latest version of nvm by default (#673)feature_node_1.3.0eitsupi2023-08-291-1/+9
| | | feat(node): install the latest nvm by default
* Avoid unexpected shell expansion (#645)feature_node_1.2.1Shikanime Deva2023-08-101-9/+11
| | | | | | | | | | | * Avoid unexpected shell expansion * Add install Node with ZSH as default test * Fix LTS only work on >bionic * Bump Node feature version * Remove huge universal image on scenarios
* Node: Fix regression - Installing in ubuntu 18.04 (#319)Samruddhi Khandale2022-12-021-1/+9
| | | Node: Fix regression https://github.com/devcontainers/features/issues/317
* Node: Fix bug - version set by Feature is not default (#294)Samruddhi Khandale2022-11-161-0/+9
| | | | | * Node:Fix bug version set by Feature is not default * node not supported for ubuntu:bionic
* Node: Fix failure when `version:none` (#247)Samruddhi Khandale2022-10-291-0/+9
| | | fix version:none
* Fix privs in Node, regressions from #199 (#241)Chuck Lantz2022-10-281-1/+10
| | | Co-authored-by: Samruddhi Khandale <skhandale@microsoft.com>
* test updates to adopt https://github.com/devcontainers/cli/pull/124 (#114)Josh Spicer2022-08-241-0/+11
* test updates to adopt https://github.com/devcontainers/cli/pull/124 * remove accidental tgz check in * typo in option * typo in python install script on dotnet6/jammy branch * no scenarios * code review and test name * Delete install_os_provided_python.sh