Commit 8a51cf0
committed
ci: bump Node from 22 to 24 to match local lock-file generator
Local development uses Node 24 (npm 11), and the npm-11-shaped lock
file confuses npm 10 (which ships with Node 22). Aligning the runner's
Node version with the one that produced package-lock.json sidesteps
the npm ci mismatch without per-workflow upgrade steps.1 parent a99d015 commit 8a51cf0
2 files changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | | - | |
| 23 | + | |
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | | - | |
| 20 | + | |
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
| |||
0 commit comments