We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 201209e commit 7893463Copy full SHA for 7893463
.github/workflows/test.yml
@@ -26,7 +26,7 @@ jobs:
26
- run: npm --version
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