Skip to content

Commit ef29b20

Browse files
authored
Try fix coveralls (#4430)
1 parent 6cbb77e commit ef29b20

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
npm run lint
4747
npm run test:unit
4848
- name: Coveralls GitHub Action
49-
uses: coverallsapp/github-action@v2.1.2
49+
uses: coverallsapp/github-action@v2.3.0
5050
timeout-minutes: 2
5151
with:
5252
github-token: ${{ secrets.GITHUB_TOKEN }}

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,7 @@
217217
"benchmark": "^2.1.4",
218218
"chai": "^4.1.2",
219219
"check-export-map": "^1.3.0",
220-
"coveralls": "^3.0.0",
220+
"coveralls": "^3.1.1",
221221
"cross-env": "^7.0.2",
222222
"diff": "^5.0.0",
223223
"errorstacks": "^2.4.0",

0 commit comments

Comments
 (0)