We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 08896ae commit d13bf88Copy full SHA for d13bf88
.github/workflows/test.yml
@@ -26,7 +26,7 @@ jobs:
26
node-version: ${{ matrix.node }}
27
28
- name: Install npm dependencies
29
- run: npm ci
+ run: npm i
30
31
- name: Run tests
32
run: npm test
0 commit comments