File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -28,29 +28,18 @@ jobs:
2828 uses : actions/checkout@v6
2929
3030 - name : Setup pnpm
31- uses : pnpm/action-setup@v6
31+ uses : pnpm/action-setup@v5
3232 with :
33- version : 10
33+ version : 10.11.0
3434
3535 - name : Setup Node
3636 uses : actions/setup-node@v6
3737 with :
3838 node-version : 22
39- # cache: pnpm # temporarily disabled to rule out stale cache
40- # cache-dependency-path: |
41- # pnpm-lock.yaml
42- # pnpm-workspace.yaml
43-
44- - name : Debug pnpm environment
45- run : |
46- echo "=== pnpm version ==="
47- pnpm --version
48- echo "=== node version ==="
49- node --version
50- echo "=== pnpm-workspace.yaml ==="
51- cat pnpm-workspace.yaml
52- echo "=== pnpm config ==="
53- pnpm config list
39+ cache : pnpm
40+ cache-dependency-path : |
41+ pnpm-lock.yaml
42+ pnpm-workspace.yaml
5443
5544 - name : Install dependencies (monorepo)
5645 run : pnpm install
Original file line number Diff line number Diff line change 2222 uses : actions/checkout@v6
2323
2424 - name : Setup pnpm
25- uses : pnpm/action-setup@v6
25+ uses : pnpm/action-setup@v5
2626 with :
27- version : 10
27+ version : 10.11.0
2828
2929 - name : Setup Node
3030 uses : actions/setup-node@v6
You can’t perform that action at this time.
0 commit comments