Commit ea18ec1
committed
ci(release): use node 24 (ships npm 11.x) instead of upgrade-in-place
Previous attempt did 'npm install -g npm@latest' on node 22's bundled
npm 10.x to get Trusted Publishing OIDC support. The self-upgrade broke
partway, leaving npm without 'promise-retry' (CI run 25705962229).
Node 24 ships with npm 11.x natively, which has TP/OIDC support built
in. Bumping the node-version pin removes the entire upgrade-step risk
class — no in-CI npm-on-npm install needed.
Re-dispatch release.yml against v0.8.9 after this lands.1 parent b53bd8b commit ea18ec1
1 file changed
Lines changed: 5 additions & 7 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
46 | 46 | | |
47 | 47 | | |
48 | 48 | | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
49 | 53 | | |
50 | 54 | | |
51 | | - | |
| 55 | + | |
52 | 56 | | |
53 | 57 | | |
54 | | - | |
55 | | - | |
56 | | - | |
57 | | - | |
58 | | - | |
59 | | - | |
60 | 58 | | |
61 | 59 | | |
62 | 60 | | |
| |||
0 commit comments