Skip to content

Commit 075cbb4

Browse files
nikosd23claude
andcommitted
fix: bump publish workflow to Node 24 for npm trusted publishing
Node 22 ships with npm 10.x, which supports --provenance (OIDC attestation) but not OIDC-based publish authentication, so the registry rejected the PUT with a 404. Trusted Publishing needs npm >= 11.5.1; Node 24 (LTS) ships with npm 11.x natively. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent 4c0cd57 commit 075cbb4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/npm-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- uses: actions/checkout@v6
1818
- uses: actions/setup-node@v6
1919
with:
20-
node-version: 22
20+
node-version: 24
2121
registry-url: https://registry.npmjs.org/
2222
- run: npm ci
2323
- run: npm run build

0 commit comments

Comments
 (0)