We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e2aac86 commit 97b770eCopy full SHA for 97b770e
.github/workflows/ci.yml
@@ -17,7 +17,7 @@ jobs:
17
with:
18
node-version: ${{matrix.node}}
19
- name: install dependencies
20
- run: npm ci
+ run: npm install
21
- name: lint code
22
run: npm run lint
23
- name: build project
0 commit comments