Skip to content

ci: npm >= 11.5.1 in the release job for trusted publishing - #8

Merged
ryansolid merged 1 commit into
mainfrom
ci-npm-oidc
Sep 6, 2026
Merged

ci: npm >= 11.5.1 in the release job for trusted publishing#8
ryansolid merged 1 commit into
mainfrom
ci-npm-oidc

Conversation

@ryansolid

Copy link
Copy Markdown
Member

The 0.2.0 publish (run 34023340863) failed with E404 on PUT for both packages. Node 22 bundles npm 10; npm's OIDC exchange for trusted publishing needs 11.5.1+, so the PUT went out unauthenticated. Release job now uses Node 24 and upgrades npm explicitly. Merging re-runs Release on main and publishes 0.2.0.

Made with Cursor

changeset publish hands off to the npm CLI, and the OIDC token exchange
lives there from 11.5.1. Node 22's bundled npm 10 sent an unauthenticated
PUT and the registry answered E404 for both packages.

Co-authored-by: Cursor <cursoragent@cursor.com>
@ryansolid
ryansolid merged commit eeaee02 into main Sep 6, 2026
4 checks passed
@ryansolid
ryansolid deleted the ci-npm-oidc branch September 6, 2026 09:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant