Skip to content

Commit

Permalink
Update Node CI versions.
Browse files Browse the repository at this point in the history
  • Loading branch information
RubenVerborgh committed Jul 4, 2022
1 parent 5e58b31 commit 230b283
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ jobs:
- 12.x
- 14.x
- 16.x
- 18.x
steps:
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v2
Expand All @@ -25,6 +26,7 @@ jobs:
if: ${{ matrix.node-version != '10.x' }}
- run: npx c8 --reporter=lcov mocha
- uses: coverallsapp/github-action@master
if: ${{ matrix.node-version != '10.x' }}
with:
github-token: ${{ secrets.github_token }}
flag-name: run-${{ matrix.node-version }}
Expand Down

0 comments on commit 230b283

Please sign in to comment.