Commit 5c91f00
fix: pin npm@11 in publish workflow to avoid self-upgrade corruption
npm install -g npm@latest can fail when the latest version has broken
internal dependencies (e.g., missing promise-retry module). Pinning to
npm@11 avoids pulling broken releases while still meeting the npm 11.5+
requirement for OIDC trusted publishing.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>1 parent 7d6d5bb commit 5c91f00
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
57 | 57 | | |
58 | 58 | | |
59 | 59 | | |
60 | | - | |
| 60 | + | |
61 | 61 | | |
62 | 62 | | |
63 | | - | |
| 63 | + | |
64 | 64 | | |
65 | 65 | | |
66 | 66 | | |
| |||
0 commit comments