Skip to content

Commit

Permalink
Fix CI deps install command
Browse files Browse the repository at this point in the history
Not testing 6.x anymore, "npm ci" always exists
  • Loading branch information
nmaggioni committed Mar 7, 2022
1 parent d4713f4 commit 79b2171
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@ jobs:
node-version: ${{ matrix.node-version }}
cache: npm
- name: Install dependencies
run: npm ci || npm install
run: npm ci
- name: Run tests
run: npm test

0 comments on commit 79b2171

Please sign in to comment.