Commit a4e2f1e
Fix Release workflow by installing npm via tarball
The pre-installed npm 10.9.x on the Node 22 runner image ships with a
broken @npmcli/arborist (missing promise-retry), which makes
`npm install -g npm@11` crash during reify. Replace npm via a tarball
extract so the Update npm step can succeed.
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>1 parent 6d54054 commit a4e2f1e
1 file changed
Lines changed: 9 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
344 | 344 | | |
345 | 345 | | |
346 | 346 | | |
| 347 | + | |
| 348 | + | |
| 349 | + | |
| 350 | + | |
347 | 351 | | |
348 | | - | |
| 352 | + | |
| 353 | + | |
| 354 | + | |
| 355 | + | |
| 356 | + | |
349 | 357 | | |
350 | 358 | | |
351 | 359 | | |
| |||
0 commit comments