Skip to content

Commit

Permalink
Update devcontainer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
JamesIves authored Mar 26, 2021
1 parent 23b9a03 commit 176796a
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,8 @@
"name": "Node.js & TypeScript",
"build": {
"dockerfile": "Dockerfile",
// Update 'VARIANT' to pick a Node version: 10, 12, 14
"args": {
"VARIANT": "14"
"VARIANT": "12"
}
},
"settings": {
Expand All @@ -15,4 +14,4 @@
"dbaeumer.vscode-eslint"
],
"remoteUser": "node"
}
}

0 comments on commit 176796a

Please sign in to comment.