Skip to content

Commit

Permalink
Revert "[ci] Update Coveralls GitHub Action to version 1.1.1"
Browse files Browse the repository at this point in the history
This reverts commit 78e1c01.
  • Loading branch information
lpinca committed May 7, 2020
1 parent 78e1c01 commit b167d1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
node-version: ${{ matrix.node }}
- run: npm install
- run: npm test
- uses: coverallsapp/github-action@v1.1.1
- uses: coverallsapp/github-action@v1.1.0
with:
flag-name: Node.js ${{ matrix.node }} on ${{ matrix.os }}
github-token: ${{ secrets.github_token }}
Expand Down

0 comments on commit b167d1c

Please sign in to comment.