fix: stabilize Windows CI on Node 24
Windows CI / verify (push) Failing after 42s

This commit is contained in:
Sucukdeluxe
2026-08-12 13:19:51 +02:00
parent 49033f9ff2
commit 2cd8d97a20
11 changed files with 19 additions and 14 deletions
+1 -1
View File
@@ -17,7 +17,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: '22.13.0'
node-version: '24.11.1'
cache: npm
- name: Clean install
run: npm ci