We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dbfdf69 commit 1843489Copy full SHA for 1843489
.github/workflows/test.yml
@@ -24,10 +24,10 @@ jobs:
24
- run: npm i
25
- run: npm test
26
- name: Generate Coverage
27
- if: ${{ success() && github.event_name != 'pull_request' && matrix.node-version == '15.x' }}
+ if: ${{ success() && github.event_name != 'pull_request' && matrix.node-version == '19.x' }}
28
run: npm run cov
29
- name: Coveralls
30
31
uses: coverallsapp/github-action@master
32
with:
33
path-to-lcov: ./coverage/lcov.info
0 commit comments