Update devcontainer node version

This commit is contained in:
Kevin Kandlbinder 2022-04-02 11:07:47 +00:00 committed by GitHub
parent 8dfc3be43a
commit 42650a9888
2 changed files with 2 additions and 2 deletions

View file

@ -1,5 +1,5 @@
# [Choice] Node.js version: 14, 12, 10
ARG VARIANT=14
ARG VARIANT=16
FROM mcr.microsoft.com/vscode/devcontainers/javascript-node:${VARIANT}
# [Optional] Uncomment this section to install additional OS packages.

View file

@ -4,7 +4,7 @@
"dockerfile": "Dockerfile",
// Update 'VARIANT' to pick a Node version: 10, 12, 14
"args": {
"VARIANT": "14"
"VARIANT": "16"
}
},
// Set *default* container specific settings.json values on container create.