You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)