Bump node version to 24

This commit is contained in:
Przemek Więch
2026-06-24 17:56:25 +02:00
parent e2dc5bfd4b
commit 994624465d
3 changed files with 3 additions and 3 deletions

View File

@@ -13,7 +13,7 @@ jobs:
- name: Use Node.js
uses: actions/setup-node@v4
with:
node-version: 18.x
node-version: 24.x
cache: 'npm'
- run: npm ci
- run: npm run build