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.
1 parent e450873 commit e23ce82Copy full SHA for e23ce82
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