aboutsummaryrefslogtreecommitdiff
path: root/src/node/devcontainer-feature.json
diff options
context:
space:
mode:
authorSamruddhi Khandale <skhandale@microsoft.com>2022-11-16 01:51:00 +0300
committerGitHub <noreply@github.com>2022-11-16 01:51:00 +0300
commit1e35500bda4b00fadc1b2881865ad3cffaa69ff8 (patch)
tree4c1ac0b61f6bef5999c97084352031a61eef8e7c /src/node/devcontainer-feature.json
parentf9acb6aae1e520b0b61aaac9ab4ecb00dd497451 (diff)
Node: Fix bug - version set by Feature is not default (#294)
* Node:Fix bug version set by Feature is not default * node not supported for ubuntu:bionic
Diffstat (limited to 'src/node/devcontainer-feature.json')
-rw-r--r--src/node/devcontainer-feature.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/node/devcontainer-feature.json b/src/node/devcontainer-feature.json
index 538ecb2..49d2160 100644
--- a/src/node/devcontainer-feature.json
+++ b/src/node/devcontainer-feature.json
@@ -1,6 +1,6 @@
{
"id": "node",
- "version": "1.1.1",
+ "version": "1.1.2",
"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.",