Skip to content

Commit 0cbbc1e

Browse files
committed
CI workflow
1 parent 2fe832d commit 0cbbc1e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
node-version: ${{ matrix.node }}
2121
cache: 'npm'
2222
- name: Install dependencies
23-
run: npm ci
23+
run: npm install
2424
- name: Check style
2525
run: npm run lint && npm run style
2626
# - name: Run tests

0 commit comments

Comments
 (0)