Commit c1fb3bb
upgrade CI to Node 24 to fix broken npm in Node 22.22.2 tool cache
The ubuntu-24.04 runner image (20260329.72.1) ships with a corrupted
Node 22.22.2 tool cache: npm 10.9.7 is missing `promise-retry` from its
own module tree, causing any `npm install -g` to fail with
MODULE_NOT_FOUND. This broke all nodejs SDK build jobs.
Node 24 ships with npm 11 natively, which supports OIDC Trusted
Publishers without requiring a separate upgrade step, so we can drop the
`npm install -g` workaround entirely.
See: actions/runner-images#13883
nodejs/node#62463
Co-Authored-By: Claude Sonnet 4.6 <[email protected]>1 parent 017329c commit c1fb3bb
1 file changed
Lines changed: 7 additions & 6 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
39 | | - | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
40 | 46 | | |
41 | 47 | | |
42 | | - | |
43 | | - | |
44 | | - | |
45 | | - | |
46 | | - | |
47 | 48 | | |
48 | 49 | | |
49 | 50 | | |
| |||
0 commit comments