Skip to content

Commit

Permalink
chore: show Node 6.x passes
Browse files Browse the repository at this point in the history
  • Loading branch information
lukeed committed Jun 29, 2020
1 parent 4156a23 commit 74ab620
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci.yml
Expand Up @@ -18,10 +18,9 @@ jobs:
- name: Install
run: |
npm install
npm add -g nyc
- name: Test w/ Coverage
run: nyc --include=src npm test
run: npm test

- name: Report
if: matrix.nodejs >= 14
Expand Down

0 comments on commit 74ab620

Please sign in to comment.