We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 253f5dc commit ffd4cfbCopy full SHA for ffd4cfb
.github/workflows/ci.yml
@@ -80,11 +80,11 @@ jobs:
80
DISPLAY: :99.0
81
82
- name: Coverage
83
- if: matrix.os == 'ubuntu-latest' && matrix.node == '16'
+ if: matrix.os == 'ubuntu-latest' && matrix.node == '20'
84
run: npm run coverage && npx nyc report --reporter=lcov
85
86
- name: Coveralls
87
88
uses: coverallsapp/[email protected]
89
with:
90
github-token: ${{ secrets.GITHUB_TOKEN }}
0 commit comments