Skip to content

Commit

Permalink
test.yml npm ci conditional update windows
Browse files Browse the repository at this point in the history
  • Loading branch information
nickmerwin committed Nov 25, 2019
1 parent 236529b commit 9f5cb6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:

- name: Install npm dependencies (npm ci)
run: npm ci
if: matrix.node >= 8
if: (matrix.node >= 8 && matrix.os == 'ubuntu-latest') || (matrix.node >= 10 && matrix.os == 'windows-latest')

- name: Run lint
run: npm run lint
Expand Down

0 comments on commit 9f5cb6f

Please sign in to comment.