Update devcontainer Node Version

This commit is contained in:
Kevin Kandlbinder 2022-11-24 13:18:18 +00:00
parent 36cae98011
commit a66b4f248e

View file

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