ci(node): use Node.js 24

This commit is contained in:
2026-08-24 14:09:44 +02:00
parent 814ceb97e2
commit 0ec0479c4f
2 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -22,10 +22,10 @@ jobs:
fetch-depth: 0
fetch-tags: true
- name: Use NodeJS v22.22.3
- name: Use NodeJS 24
uses: actions/setup-node@v6
with:
node-version: '22.22.3'
node-version: '24'
registry-url: 'https://registry.npmjs.org'
package-manager-cache: false