Commit 4a04fe8
committed
Use Node 24 in publish job to fix npm self-upgrade crash
The Update npm step was failing with "Cannot find module 'promise-retry'"
on Node 22.22.2 due to npm/cli#9151 — npm@latest cannot self-upgrade from
the npm bundled with Node 22.22.2. Node 24's bundled npm already includes
the upstream fix from npm/cli#9152.
Only the publish job is bumped; CI's Build & Test jobs stay on Node 22.
Fixes #5301 parent de28389 commit 4a04fe8
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
111 | 111 | | |
112 | 112 | | |
113 | 113 | | |
114 | | - | |
| 114 | + | |
115 | 115 | | |
116 | 116 | | |
117 | 117 | | |
| |||
0 commit comments