We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 46b89a5 commit 4695e91Copy full SHA for 4695e91
.github/workflows/node.js.yml
@@ -37,7 +37,7 @@ jobs:
37
if: ${{ matrix.node-version == '20' && matrix.os == 'ubuntu-latest' }}
38
- name: Coveralls
39
40
- uses: coverallsapp/github-action@master
+ uses: coverallsapp/github-action@v2
41
with:
42
github-token: ${{ secrets.GITHUB_TOKEN }}
43
- name: Publish codeclimate code coverage
0 commit comments