There was an error while loading. Please reload this page.
1 parent a5cfe21 commit 9a3d2baCopy full SHA for 9a3d2ba
1 file changed
.github/workflows/ci.yml
@@ -22,10 +22,11 @@ jobs:
22
uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6
23
with:
24
node-version: 24
25
- cache: pnpm
26
27
- name: Enable pnpm
28
- run: corepack enable
+ run: |
+ corepack enable
29
+ corepack prepare pnpm@10.20.0 --activate
30
31
- name: Install dependencies
32
run: pnpm install --frozen-lockfile
0 commit comments