Skip to content

Commit 678215b

Browse files
committed
fix: use Node 24 for npm OIDC trusted publishing
1 parent ad4693f commit 678215b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/npm-publish.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,8 @@ jobs:
3030

3131
- uses: actions/setup-node@v4
3232
with:
33-
node-version: 22
33+
node-version: 24
34+
registry-url: 'https://registry.npmjs.org'
3435

3536
- name: Build package
3637
working-directory: src

0 commit comments

Comments
 (0)