Skip to content

Commit 33cd80d

Browse files
authored
chore: update pnpm to v10 (#269)
1 parent 593c128 commit 33cd80d

4 files changed

Lines changed: 5 additions & 5 deletions

File tree

.devcontainer/devcontainer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,6 @@
2929
}
3030
},
3131
"appPort": [3001],
32-
"postCreateCommand": "npm i -g corepack@latest && corepack enable pnpm && pnpm config set store-dir /home/vscode/pnpm/store && corepack use pnpm@9.15.5 && pnpm install",
32+
"postCreateCommand": "npm i -g corepack@latest && corepack enable pnpm && pnpm config set store-dir /home/vscode/pnpm/store && corepack use pnpm@10.25.0 && pnpm install",
3333
"remoteUser": "vscode"
3434
}

.github/workflows/test-code.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ jobs:
1717
with:
1818
node-version: "22.21.1"
1919

20-
- name: PNPM update to v9.15.5
21-
run: npm i -g corepack@latest && corepack enable pnpm && corepack use pnpm@9.15.5
20+
- name: PNPM update to v10.25.0
21+
run: npm i -g corepack@latest && corepack enable pnpm && corepack use pnpm@10.25.0
2222

2323
- name: Install dependencies
2424
run: pnpm install --frozen-lockfile

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
ARG NODE_VERSION=22.12.0-alpine3.19@sha256:40dc4b415c17b85bea9be05314b4a753f45a4e1716bb31c01182e6c53d51a654
2-
ARG PNPM_VERSION=9.15.5
2+
ARG PNPM_VERSION=10.25.0
33

44
FROM node:$NODE_VERSION AS build
55
ARG PNPM_VERSION

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,5 +53,5 @@
5353
"vitest": "^2.1.9",
5454
"vitest-mock-express": "^2.2.0"
5555
},
56-
"packageManager": "pnpm@9.15.9"
56+
"packageManager": "pnpm@10.25.0"
5757
}

0 commit comments

Comments
 (0)