Skip to content

Commit 9a3d2ba

Browse files
committed
ci: prepare pnpm before install
1 parent a5cfe21 commit 9a3d2ba

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,11 @@ jobs:
2222
uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6
2323
with:
2424
node-version: 24
25-
cache: pnpm
2625

2726
- name: Enable pnpm
28-
run: corepack enable
27+
run: |
28+
corepack enable
29+
corepack prepare pnpm@10.20.0 --activate
2930
3031
- name: Install dependencies
3132
run: pnpm install --frozen-lockfile

0 commit comments

Comments
 (0)