Skip to content

Commit ffd4cfb

Browse files
authored
Run coverage on node 20
1 parent 253f5dc commit ffd4cfb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,11 +80,11 @@ jobs:
8080
DISPLAY: :99.0
8181

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

8686
- name: Coveralls
87-
if: matrix.os == 'ubuntu-latest' && matrix.node == '16'
87+
if: matrix.os == 'ubuntu-latest' && matrix.node == '20'
8888
uses: coverallsapp/[email protected]
8989
with:
9090
github-token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)