We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ee5bc58 commit 83e6858Copy full SHA for 83e6858
.github/workflows/check.yml
@@ -22,7 +22,7 @@ jobs:
22
- uses: actions/checkout@v4
23
- uses: ./.github/actions/npm-cache/
24
- run: npm run test:coverage -- -w 1 # set max workers to 1
25
- - uses: coverallsapp/github-action@v1.2.5
+ - uses: coverallsapp/github-action@v2.3.6
26
with:
27
github-token: ${{ github.token }}
28
build:
0 commit comments