Skip to content

Commit f023c97

Browse files
committed
ci: use Node.js 24 for npm 11+ trusted publishing support
1 parent 87daf19 commit f023c97

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ jobs:
7676
- name: Setup Node.js
7777
uses: actions/setup-node@v4
7878
with:
79-
node-version: '22'
79+
node-version: '24'
8080
cache: 'npm'
8181
registry-url: 'https://registry.npmjs.org'
8282

0 commit comments

Comments
 (0)