cache
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user