Commit 3f0f7cc
fix(ci): remove pnpm cache parameter before corepack enable
The baseline allowlist workflow was failing with:
##[error]Unable to locate executable file: pnpm
Root cause: setup-node with cache: 'pnpm' runs before corepack enable,
but pnpm isn't available until after corepack enable runs.
Fix: Remove cache: 'pnpm' from both jobs (gen-matrix and run-allowlisted).
The workflow will manually install dependencies via corepack + pnpm.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <[email protected]>1 parent 2572ea6 commit 3f0f7cc
1 file changed
+0
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
26 | | - | |
27 | 26 | | |
28 | 27 | | |
29 | 28 | | |
| |||
49 | 48 | | |
50 | 49 | | |
51 | 50 | | |
52 | | - | |
53 | 51 | | |
54 | 52 | | |
55 | 53 | | |
| |||
0 commit comments