Skip to content

Commit

Permalink
Bump devcontainer Node version to 20 (#442)
Browse files Browse the repository at this point in the history
  • Loading branch information
kbx81 committed Nov 29, 2023
1 parent 01119fe commit bf0de9f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
"name": "Node.js & TypeScript",
"build": {
"dockerfile": "Dockerfile",
// Update 'VARIANT' to pick a Node version: 12, 14, 16
// Update 'VARIANT' to pick a Node version: 12, 14, 16, 18, 20
"args": {
"VARIANT": "16"
"VARIANT": "20"
}
},

Expand Down

0 comments on commit bf0de9f

Please sign in to comment.