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 df17633 commit 55f0487Copy full SHA for 55f0487
2 files changed
.github/workflows/test-and-release.yml
@@ -28,7 +28,7 @@ jobs:
28
- run: git --version
29
30
- name: Install npm dependencies
31
- run: npm ci
+ run: npm install
32
33
- name: Run tests
34
run: npm test
0 commit comments