Force npm install
This commit is contained in:
parent
0be75f3f3b
commit
0302573c2c
|
|
@ -15,6 +15,6 @@ jobs:
|
|||
- name: ls -lsa
|
||||
run: ls -lsa
|
||||
- name: Install dependencies
|
||||
run: npm install
|
||||
run: npm install --force
|
||||
- name: Generate unrouted PCBs
|
||||
run: npm run gen
|
||||
|
|
|
|||
Loading…
Reference in New Issue