Skip to content

Commit

Permalink
Upgrade some dependencies (#396)
Browse files Browse the repository at this point in the history
  • Loading branch information
benjie committed Jul 11, 2024
1 parent c24898b commit d5fb6d3
Show file tree
Hide file tree
Showing 5 changed files with 608 additions and 525 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,10 +101,11 @@ jobs:

- name: Upload coverage to Codecov
if: ${{ always() }}
uses: codecov/codecov-action@v1
uses: codecov/codecov-action@v4
with:
file: ./coverage/coverage-final.json
fail_ci_if_error: true
token: ${{ secrets.CODECOV_TOKEN }}

test:
name: Run tests on Node v${{ matrix.node_version_to_setup }}
Expand Down
Loading

0 comments on commit d5fb6d3

Please sign in to comment.