Skip to content

Commit 5fd108e

Browse files
fix(ci): use Node.js 24 for OIDC trusted publishing support (#17)
1 parent b03c1bd commit 5fd108e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
- name: Setup Node.js
6161
uses: actions/setup-node@v4
6262
with:
63-
node-version: '22'
63+
node-version: '24'
6464
registry-url: 'https://registry.npmjs.org'
6565
cache: 'yarn'
6666

0 commit comments

Comments
 (0)