Skip to content

Commit c9db646

Browse files
Hristo HristovHristo Hristov
authored andcommitted
fix(cli): revert coveralls upgrade
1 parent 8c7de7f commit c9db646

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/nodejs.yml

Lines changed: 1 addition & 1 deletion
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@v2.4.0
38+
uses: coverallsapp/github-action@v2.3.4
3939
with:
4040
github-token: ${{ github.token }}

0 commit comments

Comments
 (0)