Skip to content

Commit

Permalink
chore(devcontainer): update codespace devcontainer config to use pnpm…
Browse files Browse the repository at this point in the history
… 9 and node 18
  • Loading branch information
oliverschuerch committed Apr 25, 2024
1 parent cd389b6 commit 7464619
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
{
"name": "Node.js & TypeScript",
// Or use a Dockerfile or Docker Compose file. More info: https://containers.dev/guide/dockerfile
"image": "mcr.microsoft.com/devcontainers/typescript-node:0-16",
"image": "mcr.microsoft.com/devcontainers/typescript-node:0-18",
"features": {
"ghcr.io/devcontainers-contrib/features/pnpm:2": {
"version": "8"
"version": "9"
}
},

Expand All @@ -24,8 +24,7 @@
"cpus": 4,
"memory": "8gb",
"storage": "32gb"
}

}

// Configure tool-specific properties.
// "customizations": {},
Expand Down

0 comments on commit 7464619

Please sign in to comment.