Skip to content

Commit 3d56aab

Browse files
authored
chore: update dev container to node 20 (#32)
* feat: update to node 20 * chore: cleanup
1 parent a82cd2a commit 3d56aab

1 file changed

Lines changed: 1 addition & 5 deletions

File tree

.devcontainer/devcontainer.json

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,7 @@
22
// README at: https://github.com/devcontainers/templates/tree/main/src/javascript-node
33
{
44
"name": "Tutorials",
5-
// Or use a Dockerfile or Docker Compose file. More info: https://containers.dev/guide/dockerfile
6-
"image": "mcr.microsoft.com/devcontainers/javascript-node:0-16",
5+
"image": "mcr.microsoft.com/devcontainers/javascript-node:20",
76
"features": {
87
"ghcr.io/devcontainers-contrib/features/jshint:2": {}
98
},
@@ -24,7 +23,4 @@
2423
]
2524
}
2625
}
27-
28-
// Uncomment to connect as root instead. More info: https://aka.ms/dev-containers-non-root.
29-
// "remoteUser": "root"
3026
}

0 commit comments

Comments
 (0)