We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1574c6a commit bec8100Copy full SHA for bec8100
1 file changed
.github/workflows/nodejs.yml
@@ -39,6 +39,6 @@ jobs:
39
run: yarn coverage
40
- name: Publish to coveralls.io
41
if: matrix.node-version == '20.x'
42
- uses: coverallsapp/github-action@v2.3.4
+ uses: coverallsapp/github-action@cfd0633edbd2411b532b808ba7a8b5e04f76d2c8
43
with:
44
github-token: ${{ github.token }}
0 commit comments