Commit 2b49a9b
fix: bootstrap npm 11.5+ for OIDC trusted publishing
Bundled npm in Node 22.22.2 is both broken (missing promise-retry)
and too old (npm 10.x) for OIDC publishing which requires npm 11.5+.
Bootstrap by downloading the tarball directly, matching the approach
used in dbhub's workflow.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>1 parent 29d6c74 commit 2b49a9b
1 file changed
+10
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
120 | 120 | | |
121 | 121 | | |
122 | 122 | | |
123 | | - | |
| 123 | + | |
| 124 | + | |
| 125 | + | |
| 126 | + | |
| 127 | + | |
| 128 | + | |
| 129 | + | |
| 130 | + | |
| 131 | + | |
| 132 | + | |
124 | 133 | | |
125 | 134 | | |
126 | 135 | | |
| |||
0 commit comments