Commit 2e687eb
fix(ci): pin publish workflow to npm 11 (#351)
npm@latest resolved to npm 12.0.1 on 2026-07-13, which requires node
^22.22.2 while setup-node's toolcache serves 22.14.0 — publishes fail
with EBADENGINE before reaching the OIDC flow. npm 11 satisfies the
>= 11.5.1 trusted-publisher requirement and supports node >= 22.9.
Co-authored-by: Claude Fable 5 <noreply@anthropic.com>1 parent 4bfc8d2 commit 2e687eb
1 file changed
Lines changed: 6 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
411 | 411 | | |
412 | 412 | | |
413 | 413 | | |
| 414 | + | |
| 415 | + | |
414 | 416 | | |
415 | | - | |
| 417 | + | |
416 | 418 | | |
417 | 419 | | |
418 | 420 | | |
| |||
494 | 496 | | |
495 | 497 | | |
496 | 498 | | |
| 499 | + | |
| 500 | + | |
497 | 501 | | |
498 | | - | |
| 502 | + | |
499 | 503 | | |
500 | 504 | | |
501 | 505 | | |
| |||
0 commit comments