We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e450873 + e23ce82 commit e023d70Copy full SHA for e023d70
1 file changed
.github/workflows/test.yml
@@ -32,7 +32,7 @@ jobs:
32
node-version: ${{ matrix.node-version }}
33
34
- name: Install dependencies
35
- run: npm i
+ run: npm ci
36
37
- name: Run the tests
38
run: npm run test:coverage
0 commit comments