Commit ae8fe3a
committed
ci: pin Node 22.22.1 and restore npm@latest in publish workflow
Node 22.22.2 has a regression (nodejs/node#62425) that breaks
npm install -g npm@latest due to missing promise-retry module.
Pin to 22.22.1 to work around the issue.
Restore npm@latest install since OIDC trusted publishing requires
npm >= 11.5.1, which is newer than the bundled version.1 parent f1d7170 commit ae8fe3a
1 file changed
Lines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
21 | | - | |
| 21 | + | |
22 | 22 | | |
23 | 23 | | |
| 24 | + | |
24 | 25 | | |
25 | 26 | | |
26 | 27 | | |
| |||
0 commit comments