Commit 94a45fc
ci: use npm install + node 22 to avoid npm ci lockfile strictness
The lockfile has a transitive picomatch version mismatch that npm 10.8
(shipped with Node 20) refuses under npm ci. Newer npm on Node 22 plus
plain npm install is tolerant and matches what local dev uses.
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>1 parent 24af5f6 commit 94a45fc
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
24 | | - | |
| 24 | + | |
25 | 25 | | |
26 | | - | |
| 26 | + | |
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
| |||
0 commit comments