Commit 65dce71
fix: wire up Node 24 + setup-node for npm trusted publishing
The previous commit removed .npmrc files and NPM_TOKEN expecting
OIDC-based passwordless auth, but npm trusted publishing requires
Node >=22.14.0, npm >=11.5.1, and actions/setup-node to configure
the registry. Without setup-node the runner had no registry config
at all, causing ENEEDAUTH on every npm publish attempt.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>1 parent 804ba44 commit 65dce71
1 file changed
Lines changed: 6 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
144 | 144 | | |
145 | 145 | | |
146 | 146 | | |
| 147 | + | |
| 148 | + | |
| 149 | + | |
| 150 | + | |
| 151 | + | |
| 152 | + | |
147 | 153 | | |
148 | 154 | | |
149 | 155 | | |
| |||
0 commit comments