Skip to content

Commit

Permalink
Update pull-request-check.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
eaviles authored Sep 25, 2019
1 parent 4b40f81 commit 52fd104
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pull-request-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
with:
version: ${{ matrix.node_version }}
- name: Install
run: npm ci --loglevel=error
run: npm ci --loglevel=error || npm i --loglevel=error
env:
DISABLE_OPENCOLLECTIVE: true
- name: Run linter
Expand Down

0 comments on commit 52fd104

Please sign in to comment.