Skip to content

Commit 77f3afb

Browse files
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

File tree

.github/workflows/releases.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
- name: Set up Node.js
4747
uses: actions/setup-node@v4
4848
with:
49-
node-version: "22"
49+
node-version: "24"
5050
registry-url: "https://registry.npmjs.org"
5151
- name: Publish npm packages
5252
env:

0 commit comments

Comments
 (0)