Commit d401df4
ci: activate pnpm via corepack (action-setup installer fails on self-hosted)
pnpm/action-setup's installer fails on the containerized runner even in
standalone mode (Cannot find module '../lib/cli.js'). corepack ships with
node 22/24, which setup-node installs fine on arm64. Dropped the GitHub
pnpm cache too — the runner image persists the pnpm store on a shared
named volume at pnpm's default store path.
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>1 parent 615e599 commit d401df4
1 file changed
Lines changed: 11 additions & 12 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
49 | 49 | | |
50 | 50 | | |
51 | 51 | | |
52 | | - | |
53 | | - | |
54 | | - | |
55 | | - | |
56 | | - | |
57 | | - | |
58 | | - | |
59 | | - | |
60 | | - | |
61 | | - | |
62 | | - | |
63 | 52 | | |
64 | 53 | | |
65 | 54 | | |
66 | 55 | | |
67 | | - | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
68 | 67 | | |
69 | 68 | | |
70 | 69 | | |
| |||
0 commit comments