Skip to content

Commit 59dced0

Browse files
committed
chore: upgrade pnpm
1 parent ec057d4 commit 59dced0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.devcontainer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "r.obin.ch",
3-
"image": "mcr.microsoft.com/devcontainers/typescript-node:4-22-bookworm",
3+
"image": "mcr.microsoft.com/devcontainers/typescript-node:24-bookworm",
44
"customizations": {
55
"vscode": {
66
"extensions": [
@@ -22,5 +22,5 @@
2222
"containerEnv": {
2323
"ASTRO_TELEMETRY_DISABLED": "1"
2424
},
25-
"postCreateCommand": "npm install -g npm@11.6.0 pnpm@10.17.0"
25+
"postCreateCommand": "npm install -g npm@11.6.0 pnpm@10.20.0"
2626
}

0 commit comments

Comments
 (0)