Skip to content

Commit cf8fe7c

Browse files
authored
Update main.yml
1 parent 3625469 commit cf8fe7c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
key: lock-${{ github.sha }}
2525

2626
- name: create package-lock.json
27-
run: npm i --package-lock-only
27+
run: npm i --package-lock-only --ignore-scripts
2828

2929
- name: hack for singe file
3030
run: |
@@ -42,7 +42,7 @@ jobs:
4242

4343
- name: install
4444
if: steps.node_modules_cache_id.outputs.cache-hit != 'true'
45-
run: npm ci
45+
run: npm i
4646

4747
lint:
4848
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)