Commit 1f3708b
committed
Pin npm to v11 to fix release workflow failure
* npm v12 blocks install scripts by default, breaking
`npm install -g npm@latest` on GitHub Actions runners
* Trusted publishing requires npm >= 11.5.1, so v11 satisfies this
* Pinning avoids future breakage from npm major version bumps1 parent 0adc80c commit 1f3708b
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
75 | 75 | | |
76 | 76 | | |
77 | 77 | | |
78 | | - | |
| 78 | + | |
79 | 79 | | |
80 | 80 | | |
81 | 81 | | |
| |||
0 commit comments