We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 587f40f commit e153c68Copy full SHA for e153c68
.github/workflows/ci.yml
@@ -40,7 +40,7 @@ jobs:
40
- name: Test Coverage
41
run: npm run test:coverage
42
- name: Report test coverage to Coveralls.io
43
- if: matrix.node == '16'
+ if: matrix.node == '20'
44
uses: coverallsapp/github-action@master
45
with:
46
github-token: ${{ secrets.GITHUB_TOKEN }}
0 commit comments