Skip to content

Commit bf0de9f

Browse files
authored
Bump devcontainer Node version to 20 (#442)
1 parent 01119fe commit bf0de9f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.devcontainer/devcontainer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44
"name": "Node.js & TypeScript",
55
"build": {
66
"dockerfile": "Dockerfile",
7-
// Update 'VARIANT' to pick a Node version: 12, 14, 16
7+
// Update 'VARIANT' to pick a Node version: 12, 14, 16, 18, 20
88
"args": {
9-
"VARIANT": "16"
9+
"VARIANT": "20"
1010
}
1111
},
1212

0 commit comments

Comments
 (0)