Skip to content

Commit 1ef5691

Browse files
authored
chore: update NODE_VERSION to 22 in devcontainer.json (#84)
1 parent 55d1175 commit 1ef5691

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.devcontainer/devcontainer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
// Rebuild the container if it already exists to update.
1313
"VERSION": "latest",
1414
// Update NODE_VERSION to pick the Node.js version: 12, 14
15-
"NODE_VERSION": "14"
15+
"NODE_VERSION": "22"
1616
}
1717
},
1818

0 commit comments

Comments
 (0)