Commit b9f2914
committed
ci: fix npm publish OIDC (omit registry-url placeholder token)
setup-node with registry-url injects a dummy NODE_AUTH_TOKEN when unset,
so npm publish used that instead of trusted publishing and returned 404.
Use Node 22 + npm >=11.5.1 per npm trusted publishing requirements.
Made-with: Cursor1 parent 9a110c1 commit b9f2914
1 file changed
Lines changed: 7 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
| 18 | + | |
18 | 19 | | |
19 | | - | |
| 20 | + | |
20 | 21 | | |
21 | | - | |
22 | | - | |
| 22 | + | |
| 23 | + | |
23 | 24 | | |
24 | 25 | | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
25 | 29 | | |
26 | 30 | | |
27 | 31 | | |
| |||
0 commit comments