Skip to content

Commit

Permalink
Fixing version in npx package
Browse files Browse the repository at this point in the history
  • Loading branch information
tiago154 committed Oct 6, 2024
1 parent ed114d0 commit 3a86512
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/coveralls.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,6 @@ jobs:
CI: true

- name: Upload coverage to Coveralls
run: npx coveralls-next < ./coverage/lcov.info
run: npx coveralls-next@4.2.1 < ./coverage/lcov.info
env:
COVERALLS_REPO_TOKEN: ${{ secrets.COVERALLS_REPO_TOKEN }}

0 comments on commit 3a86512

Please sign in to comment.