Skip to content

Commit

Permalink
ci: run tests on latest node v22 (#14)
Browse files Browse the repository at this point in the history
Execute tests also for node v22 to ensure functionality in latest active node version
  • Loading branch information
flovogt authored Dec 30, 2024
1 parent 765f304 commit 11464ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
node-version: [16, 18, 20]
node-version: [16, 18, 20, 22]
runs-on: ${{matrix.os}}
steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit 11464ac

Please sign in to comment.