Commit 4fa0f04
fix: use Node 24 for npm OIDC trusted publishing
Trusted publishing requires npm CLI >= 11.5.1 (ships with Node 24).
Node 20's npm doesn't support OIDC auth, causing ENEEDAUTH errors.
Restore registry-url in setup-node (required for .npmrc setup).
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>1 parent 8241fe4 commit 4fa0f04
1 file changed
+3
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
36 | | - | |
| 36 | + | |
| 37 | + | |
37 | 38 | | |
38 | 39 | | |
39 | 40 | | |
| |||
75 | 76 | | |
76 | 77 | | |
77 | 78 | | |
78 | | - | |
79 | | - | |
80 | | - | |
| 79 | + | |
81 | 80 | | |
82 | 81 | | |
83 | 82 | | |
| |||
0 commit comments