Commit 9721d7d
fix: work around broken npm in Node 22.22.2 for publish workflow (#34)
Node 22.22.2 bundles npm 10.9.7 which has a missing promise-retry
module, preventing direct upgrade to npm@11. Use a two-step upgrade
(first to 11.11.0, then to latest 11) as recommended in
npm/cli#9151.
Co-authored-by: factory-droid[bot] <138933559+factory-droid[bot]@users.noreply.github.com>1 parent bb34af3 commit 9721d7d
1 file changed
Lines changed: 6 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
25 | | - | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
26 | 31 | | |
27 | 32 | | |
28 | 33 | | |
| |||
0 commit comments