diff options
author | Shikanime Deva <shikalegend@gmail.com> | 2023-08-10 02:20:27 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-08-10 02:20:27 +0300 |
commit | 9e75db9a1dbcc245f94707c0917470143c17595b (patch) | |
tree | bc8d73cd6c7347ce10ced021cbda9ae9ce54bd81 /src/node/devcontainer-feature.json | |
parent | f2594c5cc85e18450a31865f8387c8dc064006f2 (diff) |
Avoid unexpected shell expansion (#645)feature_node_1.2.1
* 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
Diffstat (limited to 'src/node/devcontainer-feature.json')
-rw-r--r-- | src/node/devcontainer-feature.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/node/devcontainer-feature.json b/src/node/devcontainer-feature.json index 9bf90b6..80bd912 100644 --- a/src/node/devcontainer-feature.json +++ b/src/node/devcontainer-feature.json @@ -1,6 +1,6 @@ { "id": "node", - "version": "1.2.0", + "version": "1.2.1", "name": "Node.js (via nvm), yarn and pnpm", "documentationURL": "https://github.com/devcontainers/features/tree/main/src/node", "description": "Installs Node.js, nvm, yarn, pnpm, and needed dependencies.", @@ -49,4 +49,4 @@ "installsAfter": [ "ghcr.io/devcontainers/features/common-utils" ] -} +}
\ No newline at end of file |