Skip to content

Commit

Permalink
Coveralls: report when run using Node.js 15.x
Browse files Browse the repository at this point in the history
  • Loading branch information
macbre committed Jun 9, 2021
1 parent 56796c0 commit 6dec23f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
# https://github.com/marketplace/actions/coveralls-github-action
# upload coverage report for just one of Node.js version matrix runs
- name: Upload coverage report to Coveralls
if: matrix.node-version == '16.x'
if: matrix.node-version == '15.x'
uses: coverallsapp/github-action@v1.1.2
with:
github-token: ${{ github.token }}
Expand Down

0 comments on commit 6dec23f

Please sign in to comment.