diff options
author | Samruddhi Khandale <skhandale@microsoft.com> | 2022-10-06 21:41:34 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-10-06 21:41:34 +0300 |
commit | 2d89dc301ed834d74b07350c7d8567eee78f966d (patch) | |
tree | 77d26afe7443c98c47e9b210ca86b7bdf248e3f2 /src/node/devcontainer-feature.json | |
parent | a9441adf0e023605d6afbbacfd9521634e02a59a (diff) |
Node: Fix nvm ownership (#199)
* Node: Fix nvm ownership
* remove 0002
Diffstat (limited to 'src/node/devcontainer-feature.json')
-rw-r--r-- | src/node/devcontainer-feature.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/node/devcontainer-feature.json b/src/node/devcontainer-feature.json index 965df90..8f92365 100644 --- a/src/node/devcontainer-feature.json +++ b/src/node/devcontainer-feature.json @@ -1,6 +1,6 @@ { "id": "node", - "version": "1.0.5", + "version": "1.0.6", "name": "Node.js (via nvm) and yarn", "documentationURL": "https://github.com/devcontainers/features/tree/main/src/node", "description": "Installs Node.js, nvm, yarn, and needed dependencies.", |