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 c65925f commit 4ea9292Copy full SHA for 4ea9292
.github/workflows/test.yml
@@ -23,7 +23,7 @@ jobs:
23
cache: 'npm'
24
25
- name: Install dependencies
26
- run: npm install
+ run: npm ci
27
28
- name: Run tests
29
run: npm test
0 commit comments