Skip to content

Commit

Permalink
revert back to coverallsapp/github-action@v1
Browse files Browse the repository at this point in the history
  • Loading branch information
Andarist committed May 5, 2023
1 parent 933d4e2 commit 081cd43
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: ['18.x']
node-version: ['16.x']
steps:
- name: checkout
uses: actions/checkout@v3
Expand All @@ -18,6 +18,6 @@ jobs:
npm install
npm test
- name: report
uses: coverallsapp/github-action@v2
uses: coverallsapp/github-action@v1
with:
github-token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 081cd43

Please sign in to comment.