Skip to content

Commit 9b28a20

Browse files
committed
fix: use Node 24 for npm trusted publisher OIDC support
1 parent c0a662d commit 9b28a20

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- name: Setup Node.js
2020
uses: actions/setup-node@v6
2121
with:
22-
node-version: '20'
22+
node-version: '24'
2323
registry-url: 'https://registry.npmjs.org'
2424

2525
- name: Install pnpm

0 commit comments

Comments
 (0)