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 5431bce commit 755de09Copy full SHA for 755de09
.github/workflows/nodejs.yml
@@ -38,6 +38,7 @@ jobs:
38
run: yarn coverage
39
- name: Publish to coveralls.io
40
if: matrix.node-version == '20.x'
41
+ # coverallsapp/github-action@cfd0633edbd2411b532b808ba7a8b5e04f76d2c8 corresponds to v2.3.4
42
uses: coverallsapp/github-action@cfd0633edbd2411b532b808ba7a8b5e04f76d2c8
43
with:
44
github-token: ${{ github.token }}
0 commit comments