Skip to content

Commit a88f35b

Browse files
committed
Drop npm ci command
1 parent 851db56 commit a88f35b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
- uses: actions/checkout@v2
1010

1111
- name: Install packages
12-
run: npm ci
12+
run: npm install
1313

1414
- name: Run tests
1515
run: npm run test

0 commit comments

Comments
 (0)