Skip to content

Commit

Permalink
Fix missed update to coveralls action guard
Browse files Browse the repository at this point in the history
  • Loading branch information
Dragonrun1 committed Mar 11, 2022
1 parent 828de16 commit 28249b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
- name: Mocha Tests with coverage
run: npm run uuid4:lcov
- name: Coveralls GitHub Action
if: matrix.os == 'ubuntu-20.04' && matrix.node-version == '16.x'
if: matrix.os == 'ubuntu-20.04' && matrix.node-version == '16'
uses: coverallsapp/github-action@master
with:
github-token: ${{ secrets.github_token }}

0 comments on commit 28249b3

Please sign in to comment.