Skip to content

Commit

Permalink
CI: switch to the coverallsapp/github-action tag (#32919)
Browse files Browse the repository at this point in the history
Unfortunately, they don't offer a `v1` tag
  • Loading branch information
XhmikosR committed Jan 28, 2021
1 parent a838571 commit 1fd34a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/js.yml
Expand Up @@ -47,7 +47,7 @@ jobs:
run: npm run js-test

- name: Run Coveralls
uses: coverallsapp/github-action@master
uses: coverallsapp/github-action@v1.1.2
if: matrix.node == 14
with:
github-token: "${{ secrets.GITHUB_TOKEN }}"
Expand Down

0 comments on commit 1fd34a1

Please sign in to comment.