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
Node 24 ships with npm 11.12.1, already over the 11.5.1 floor for
OIDC trusted publishing. Bumping the publish job to Node 24 makes
the upgrade step unnecessary — no installer to break, no tarball
hack to maintain. Keep the version-floor assertion as a guard so
that lowering the Node version back into 22 territory fails with
a clear error instead of another misleading registry E404.
Other workflows stay on Node 22; only the publish path needs npm 11.5+.
0 commit comments