Commit ca3e5ef
fix: bump CI Node.js from 20.18.0 to 22.x to fix npm ci crash
npm ci was crashing with "Exit handler never called!" because the
package-lock.json was generated with npm 11.x (Node 22) but CI ran
npm 10.8.2 (Node 20.18.0). This left node_modules empty, causing
all subsequent build steps to fail. Node 22 LTS also satisfies the
^20.19.0 engine requirements of eslint devDependencies.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>1 parent cac9bd4 commit ca3e5ef
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
26 | | - | |
| 26 | + | |
27 | 27 | | |
28 | 28 | | |
29 | | - | |
| 29 | + | |
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
| |||
0 commit comments