Skip to content

Commit 9a16eee

Browse files
authored
Update Node.js version to 24 in workflow
This is expected to have npm 11.5.1 or newer which is apparently needed for npm trusted publisher with OIDC
1 parent 246c6d1 commit 9a16eee

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/publish-package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- name: Setup Node.js
2626
uses: actions/setup-node@v4
2727
with:
28-
node-version: 18
28+
node-version: 24
2929
registry-url: 'https://registry.npmjs.org'
3030

3131
- name: Install packages

0 commit comments

Comments
 (0)