Commit 470b976
fix(ci): use Node 20.16.0 in baseline allowlist workflow to match package.json engines
The baseline allowlist workflow was failing during pnpm install with:
ERR_PNPM_UNSUPPORTED_ENGINE Unsupported environment
Root cause: Workflow used Node 22.x but package.json requires:
- engines.node: 20.16.0
- engines.pnpm: 9
Fix: Change node-version from '22.x' to '20.16.0' in both jobs
(gen-matrix and run-allowlisted) to match package.json requirements.
This allows corepack to install the correct pnpm version (9.x)
and dependencies to install successfully.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <[email protected]>1 parent 3f0f7cc commit 470b976
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
25 | | - | |
| 25 | + | |
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
| |||
47 | 47 | | |
48 | 48 | | |
49 | 49 | | |
50 | | - | |
| 50 | + | |
51 | 51 | | |
52 | 52 | | |
53 | 53 | | |
| |||
0 commit comments