Skip to content

Commit d13bf88

Browse files
committedMay 24, 2021
Fix ci install
1 parent 08896ae commit d13bf88

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎.github/workflows/test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
node-version: ${{ matrix.node }}
2727

2828
- name: Install npm dependencies
29-
run: npm ci
29+
run: npm i
3030

3131
- name: Run tests
3232
run: npm test

0 commit comments

Comments
 (0)
Please sign in to comment.