Skip to content

Commit

Permalink
[chore] Run coveralls CI check on Node 20 not 16 (#2418)
Browse files Browse the repository at this point in the history
  • Loading branch information
DABH committed Feb 22, 2024
1 parent 587f40f commit e153c68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
- name: Test Coverage
run: npm run test:coverage
- name: Report test coverage to Coveralls.io
if: matrix.node == '16'
if: matrix.node == '20'
uses: coverallsapp/github-action@master
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit e153c68

Please sign in to comment.