Skip to content

Commit

Permalink
Added nodejs 22.x to tests - fixes #267
Browse files Browse the repository at this point in the history
  • Loading branch information
klein0r committed Nov 7, 2024
1 parent 8f0af0d commit aa81bc3
Show file tree
Hide file tree
Showing 3 changed files with 115 additions and 86 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test-and-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
node-version: [18.x, 20.x]
node-version: [18.x, 20.x, 22.x]
os: [ubuntu-latest, windows-latest, macos-latest]

steps:
Expand Down
185 changes: 107 additions & 78 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit aa81bc3

Please sign in to comment.