Skip to content

Commit af04fe6

Browse files
authored
build(coverage): bumping coveralls action version (#1333)
1 parent ea9efb3 commit af04fe6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/nodejs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,6 @@ jobs:
3535
run: yarn coverage
3636
- name: Publish to coveralls.io
3737
if: matrix.node-version == '20.x'
38-
uses: coverallsapp/github-action@v1.1.2
38+
uses: coverallsapp/github-action@v2.3.4
3939
with:
40-
github-token: ${{ github.token }}
40+
github-token: ${{ github.token }}

0 commit comments

Comments
 (0)