aboutsummaryrefslogtreecommitdiff
path: root/src/node/devcontainer-feature.json
diff options
context:
space:
mode:
authorSamruddhi Khandale <skhandale@microsoft.com>2022-12-02 20:48:04 +0300
committerGitHub <noreply@github.com>2022-12-02 20:48:04 +0300
commit7a47fbff000bff65bec9fa4687eed87cc0bc39c3 (patch)
tree54b61ea9f66113bbdbd7536814607a1bf8bbea07 /src/node/devcontainer-feature.json
parent46dfa11ecd3c507187eebbd6784c09d736737255 (diff)
Node: Fix regression - Installing in ubuntu 18.04 (#319)
Node: Fix regression https://github.com/devcontainers/features/issues/317
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 3abfb04..216f29b 100644
--- a/src/node/devcontainer-feature.json
+++ b/src/node/devcontainer-feature.json
@@ -1,6 +1,6 @@
{
"id": "node",
- "version": "1.1.3",
+ "version": "1.1.4",
"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.",