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 3d7a35b commit 6e53e0eCopy full SHA for 6e53e0e
.github/workflows/main.yaml
@@ -24,7 +24,7 @@ jobs:
24
cache: "npm"
25
26
- name: Install dependencies
27
- run: npm install
+ run: npm ci
28
29
- name: Run Jest tests
30
run: npm run test
0 commit comments