Skip to content

Commit

Permalink
Update deps & fix coverage (#125)
Browse files Browse the repository at this point in the history
* include node 22 build in CI

* fix coverage report

* update dependencies
  • Loading branch information
emielb committed Jun 6, 2024
1 parent 1f487db commit 33d0ffd
Show file tree
Hide file tree
Showing 5 changed files with 1,285 additions and 3,275 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [18.x, 20.x]
node-version: [18.x, 20.x, 22.x]
steps:
- uses: actions/checkout@v4
- name: Use node.js ${{ matrix.node-version }}
Expand Down
Loading

0 comments on commit 33d0ffd

Please sign in to comment.