Skip to content

Commit

Permalink
[ci] bump coveralls action version to silence node 16 warning
Browse files Browse the repository at this point in the history
  • Loading branch information
restjohn committed May 15, 2024
1 parent 109ee64 commit 5fef3a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
run: echo "$JOB_CONTEXT"
- name: Coveralls
if: matrix.node-version == '20.x'
uses: coverallsapp/github-action@master
uses: coverallsapp/github-action@v2
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
path-to-lcov: ./docs/coverage/lcov.info

0 comments on commit 5fef3a0

Please sign in to comment.