Skip to content

Commit

Permalink
Run coverage on node 20
Browse files Browse the repository at this point in the history
  • Loading branch information
aearly committed Nov 1, 2023
1 parent 253f5dc commit ffd4cfb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Expand Up @@ -80,11 +80,11 @@ jobs:
DISPLAY: :99.0

- name: Coverage
if: matrix.os == 'ubuntu-latest' && matrix.node == '16'
if: matrix.os == 'ubuntu-latest' && matrix.node == '20'
run: npm run coverage && npx nyc report --reporter=lcov

- name: Coveralls
if: matrix.os == 'ubuntu-latest' && matrix.node == '16'
if: matrix.os == 'ubuntu-latest' && matrix.node == '20'
uses: coverallsapp/github-action@1.1.3
with:
github-token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit ffd4cfb

Please sign in to comment.