Commit ad6fadb
committed
fix(ci): bump node to 24 to avoid broken npm in 22.22.2 toolcache
The GitHub Actions runner image for Node 22.22.2 ships npm 10.9.7
with a broken module tree missing promise-retry, causing
`npm install -g npm@latest` to fail with MODULE_NOT_FOUND.
See actions/runner-images#13883.1 parent 603efc3 commit ad6fadb
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
42 | | - | |
| 42 | + | |
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
| |||
0 commit comments