This commit is contained in:
RoyceDa
2026-02-18 13:58:06 +02:00
parent 779fa202b8
commit fc73cf2acf

View File

@@ -17,10 +17,9 @@ jobs:
with:
node-version: '24'
cache: 'npm'
cache-dependency-path: '**/package-lock.json'
- name: Install npm dependencies
run: npm ci
run: npm ci --legacy-peer-deps
- name: Build the application
run: npm run kernel:win