Commit 77f3afb
authored
fix(npm): bump Node to 24 so npm 11+ resolves OIDC trusted publishing (#221)
npm 10.x (Node 22) ships an OIDC trusted-publishing implementation that
signs provenance attestations but does not fall through to OIDC for the
package PUT, resulting in 404s when no token auth is configured.
npm 11.6+ (Node 24) handles the flow correctly. Reference:
npm/cli#8730 (comment)1 parent 7e41a58 commit 77f3afb
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
46 | 46 | | |
47 | 47 | | |
48 | 48 | | |
49 | | - | |
| 49 | + | |
50 | 50 | | |
51 | 51 | | |
52 | 52 | | |
| |||
0 commit comments