Update devcontainer.json

This commit is contained in:
James Ives 2021-02-05 21:38:08 -05:00
parent 3a9b795240
commit cb95e7b918

View File

@ -3,9 +3,8 @@
"name": "Node.js & TypeScript", "name": "Node.js & TypeScript",
"build": { "build": {
"dockerfile": "Dockerfile", "dockerfile": "Dockerfile",
// Update 'VARIANT' to pick a Node version: 10, 12, 14
"args": { "args": {
"VARIANT": "14" "VARIANT": "12"
} }
}, },
"settings": { "settings": {