Commit b912ac1
fix(ci): add explicit pnpm@9 preparation to workaround corepack bug in Node 20.16.0
The baseline allowlist workflow was failing with:
Error: Cannot find matching keyid
Root cause: Node 20.16.0's bundled corepack has a signature verification bug
when running `corepack enable` that tries to auto-detect and install pnpm.
Fix: Add `corepack prepare pnpm@9 --activate` before pnpm install in both jobs
(gen-matrix and run-allowlisted) to explicitly install pnpm 9 without relying
on corepack's buggy auto-detection.
This is a known issue: nodejs/corepack#358
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <[email protected]>1 parent 470b976 commit b912ac1
1 file changed
+2
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
| 30 | + | |
30 | 31 | | |
31 | 32 | | |
32 | 33 | | |
| |||
52 | 53 | | |
53 | 54 | | |
54 | 55 | | |
| 56 | + | |
55 | 57 | | |
56 | 58 | | |
57 | 59 | | |
| |||
0 commit comments