Skip to content

Commit 3293c21

Browse files
committed
fix ci
1 parent 8a33c88 commit 3293c21

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- name: Run Tests
2525
run: npm test
2626
- name: Coveralls Parallel
27-
uses: coverallsapp/github-action@v1.1.3
27+
uses: coverallsapp/github-action@v1.1.2
2828
with:
2929
flag-name: run-${{ matrix.os }}-${{ matrix.node-version }}
3030
github-token: ${{ secrets.GITHUB_TOKEN }}
@@ -34,7 +34,7 @@ jobs:
3434
runs-on: ubuntu-latest
3535
steps:
3636
- name: Coveralls
37-
uses: coverallsapp/github-action@v1.1.3
37+
uses: coverallsapp/github-action@v1.1.2
3838
with:
3939
github-token: ${{ secrets.GITHUB_TOKEN }}
4040
parallel-finished: true

0 commit comments

Comments
 (0)