Skip to content

Commit 232c3a1

Browse files
committed
wqw
1 parent 046acf7 commit 232c3a1

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,9 @@ jobs:
2020

2121

2222
- name: Install dependencies
23-
run: npm ci
23+
run: |
24+
rm -f package-lock.json
25+
npm install
26+
npm ci
2427
- name: Test
2528
run: npm run test

0 commit comments

Comments
 (0)