We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2fe832d commit 0cbbc1eCopy full SHA for 0cbbc1e
.github/workflows/ci.yml
@@ -20,7 +20,7 @@ jobs:
20
node-version: ${{ matrix.node }}
21
cache: 'npm'
22
- name: Install dependencies
23
- run: npm ci
+ run: npm install
24
- name: Check style
25
run: npm run lint && npm run style
26
# - name: Run tests
0 commit comments