Commit 40c2dab
fix(release): set up pnpm with pnpm/action-setup, not corepack, on the release runners (#99)
The v3.10.1 linux build failed at the new install step while macOS passed it:
`corepack enable` symlinks into /usr/local/bin, which the ubuntu runner user
cannot write, and the macOS runner can. Use the same pnpm/action-setup +
setup-node steps ci.yml already runs.
Claude-Session: https://claude.ai/code/session_018WGZpo8on6XLGYnccXV3dP
Co-authored-by: Claude Fable 5.1 <noreply@anthropic.com>1 parent ee98326 commit 40c2dab
1 file changed
Lines changed: 10 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
62 | 62 | | |
63 | 63 | | |
64 | 64 | | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
65 | 74 | | |
66 | 75 | | |
67 | | - | |
68 | | - | |
69 | | - | |
70 | | - | |
| 76 | + | |
71 | 77 | | |
72 | 78 | | |
73 | 79 | | |
| |||
0 commit comments