Skip to content

Commit 1b90c6c

Browse files
simllllclaude
andauthored
ci: use Node 24 for npm trusted publishing OIDC support (#12)
* ci: remove redundant test step from publish workflow Tests already run in CI workflow and are required to pass before merge. Running them again in publish workflow was redundant and would fail anyway due to missing Redis service container. * ci: use Node 24 for npm trusted publishing OIDC support npm trusted publishing via OIDC requires npm >= 11.5.1 or Node >= 24. Node 20's npm version is too old and fails with "Access token expired" errors when trying to use OIDC authentication. --------- Co-authored-by: Claude <noreply@anthropic.com>
1 parent be3d171 commit 1b90c6c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
- name: Setup Node.js
2828
uses: actions/setup-node@v4
2929
with:
30-
node-version: '20'
30+
node-version: '24'
3131
registry-url: 'https://registry.npmjs.org'
3232
cache: 'pnpm'
3333

0 commit comments

Comments
 (0)