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 211a5f3 commit c4dfdc0Copy full SHA for c4dfdc0
.github/workflows/ci.yml
@@ -27,6 +27,6 @@ jobs:
27
- run: npm run lint
28
- run: npm test
29
- name: Coveralls
30
- uses: coverallsapp/github-action@master
+ uses: coverallsapp/github-action@v2
31
with:
32
github-token: ${{ secrets.GITHUB_TOKEN }}
0 commit comments