aboutsummaryrefslogtreecommitdiff
path: root/src/node/devcontainer-feature.json
diff options
context:
space:
mode:
authorJan-Marco Edelmann <jmedelmann@gmx.de>2023-10-05 01:09:35 +0300
committerGitHub <noreply@github.com>2023-10-05 01:09:35 +0300
commit0d7ad7c5fcc2569b46035b151dabba3449d1a0a7 (patch)
tree2143b5a8f82ef87d7251bc964b54c891aad62f5f /src/node/devcontainer-feature.json
parent90a9b1d6044235ab84af99922cb45b7e3093f4cd (diff)
Configure npm proxy when proxy environmentals exist (#712)feature_node_1.3.1
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 aee55a1..0123fdb 100644
--- a/src/node/devcontainer-feature.json
+++ b/src/node/devcontainer-feature.json
@@ -1,6 +1,6 @@
{
"id": "node",
- "version": "1.3.0",
+ "version": "1.3.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.",