Skip to content

Commit

Permalink
ci: use codecov-action@v3
Browse files Browse the repository at this point in the history
  • Loading branch information
fraxken committed Jan 9, 2023
1 parent a51118c commit 55231ce
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ jobs:
fail-fast: false
steps:
- uses: actions/checkout@v2

- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v2
with:
Expand All @@ -23,7 +24,7 @@ jobs:
- name: Run tests
run: npm run test
- name: Send coverage report to Codecov
uses: codecov/codecov-action@v1
uses: codecov/codecov-action@v3
nsci:
runs-on: ubuntu-latest
strategy:
Expand Down

0 comments on commit 55231ce

Please sign in to comment.