Commit f1a75f5
committed
ci: install pnpm as standalone binary
pnpm/action-setup runs before setup-node (the node pnpm cache needs
pnpm on the PATH) and installed pnpm 11 with the runner's default
Node 20, which pnpm 11 no longer supports (>= 22.13). The standalone
binary bundles its own Node and is independent of the runner default.1 parent 43db467 commit f1a75f5
1 file changed
Lines changed: 5 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
13 | 16 | | |
| 17 | + | |
| 18 | + | |
14 | 19 | | |
15 | 20 | | |
16 | 21 | | |
| |||
0 commit comments