Skip to content

Commit

Permalink
chore: update dev container to node 20 (#32)
Browse files Browse the repository at this point in the history
* feat: update to node 20

* chore: cleanup
  • Loading branch information
thephez authored Mar 12, 2024
1 parent a82cd2a commit 3d56aab
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@
// README at: https://github.com/devcontainers/templates/tree/main/src/javascript-node
{
"name": "Tutorials",
// Or use a Dockerfile or Docker Compose file. More info: https://containers.dev/guide/dockerfile
"image": "mcr.microsoft.com/devcontainers/javascript-node:0-16",
"image": "mcr.microsoft.com/devcontainers/javascript-node:20",
"features": {
"ghcr.io/devcontainers-contrib/features/jshint:2": {}
},
Expand All @@ -24,7 +23,4 @@
]
}
}

// Uncomment to connect as root instead. More info: https://aka.ms/dev-containers-non-root.
// "remoteUser": "root"
}

0 comments on commit 3d56aab

Please sign in to comment.