Commit 12caccc
fix(ci): use pnpm/action-setup instead of corepack to bypass Node 20.16.0 bug
The workflow was failing with corepack signature verification errors:
Internal Error: Cannot find matching keyid
Root cause: Node 20.16.0's bundled corepack has a known bug with signature
verification that affects both `corepack enable` and `corepack prepare`.
Fix: Replace corepack usage with pnpm/action-setup@v4 action which installs
pnpm 9 directly, bypassing corepack entirely. This is the recommended
approach for CI environments.
Related: nodejs/corepack#358
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <[email protected]>1 parent b912ac1 commit 12caccc
1 file changed
+9
-6
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
27 | 31 | | |
28 | | - | |
29 | | - | |
30 | | - | |
31 | | - | |
| 32 | + | |
32 | 33 | | |
33 | 34 | | |
34 | 35 | | |
| |||
50 | 51 | | |
51 | 52 | | |
52 | 53 | | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
53 | 58 | | |
54 | 59 | | |
55 | | - | |
56 | | - | |
57 | 60 | | |
58 | 61 | | |
59 | 62 | | |
| |||
0 commit comments