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 693d077 commit 33b07efCopy full SHA for 33b07ef
.github/workflows/deployment.yml
@@ -51,7 +51,7 @@ jobs:
51
restore-keys: |
52
${{ runner.os }}-node-
53
- name: Install dependencies
54
- run: npm ci
+ run: npm install
55
- name: Run tests
56
run: npm test
57
tag:
0 commit comments