We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eccdf0a commit b1128fdCopy full SHA for b1128fd
1 file changed
.devcontainer/devcontainer.json
@@ -1,6 +1,8 @@
1
{
2
"image": "mcr.microsoft.com/devcontainers/universal:2",
3
"features": {
4
- "ghcr.io/devcontainers/features/node:1": {}
+ "ghcr.io/devcontainers/features/node:1": {
5
+ "version": "22"
6
+ }
7
}
8
0 commit comments