Skip to content

Commit

Permalink
Update DevContainer to use Node version 20
Browse files Browse the repository at this point in the history
  • Loading branch information
ricoapon committed Aug 3, 2024
1 parent 01d3cea commit 80546af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .devcontainer/.devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// README at: https://github.com/devcontainers/templates/tree/main/src/typescript-node
{
"name": "Node.js & TypeScript",
"image": "mcr.microsoft.com/devcontainers/typescript-node:18",
"image": "mcr.microsoft.com/devcontainers/typescript-node:20",
"features": {
"ghcr.io/devcontainers-contrib/features/angular-cli:2.0.15": {},
"ghcr.io/devcontainers-contrib/features/typescript:2.0.15": {}
Expand Down

0 comments on commit 80546af

Please # to comment.