Skip to content

Commit

Permalink
ci: use coverallsapp/github-action@v2
Browse files Browse the repository at this point in the history
  • Loading branch information
yoursunny committed Feb 7, 2024
1 parent 44850e6 commit fbf8afa
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ jobs:
env:
PUPPETEER_SKIP_DOWNLOAD: true
- run: corepack pnpm build
- run: corepack pnpm literate
- run: corepack pnpm lint
timeout-minutes: 30
unittest:
Expand Down Expand Up @@ -58,7 +57,7 @@ jobs:
env:
NODE_OPTIONS: --experimental-websocket
if: ${{ matrix.node == 20 }}
- uses: coverallsapp/github-action@master
- uses: coverallsapp/github-action@v2
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
if: ${{ matrix.node == 20 }}
Expand Down

0 comments on commit fbf8afa

Please sign in to comment.