update node version in workflow
Node.js CI / build (push) Successful in 12m54s

This commit is contained in:
2025-07-17 10:52:21 +02:00
parent 7740c3efa0
commit e8d693bd20
+1 -1
View File
@@ -10,6 +10,6 @@ jobs:
- name: Use Node.js - name: Use Node.js
uses: actions/setup-node@v4 uses: actions/setup-node@v4
with: with:
node-version: '20.x' node-version: '23.x'
- run: npm ci - run: npm ci
- run: npm test - run: npm test