Skip to content

Commit

Permalink
ci: run tests on latest node v23
Browse files Browse the repository at this point in the history
Execute tests also for node v23 to ensure functionality in latest node version
  • Loading branch information
flovogt authored Jan 22, 2025
1 parent 4077ffe commit 050ff2d
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, 22]
node-version: [16, 18, 20, 22, 23]
runs-on: ${{matrix.os}}
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 050ff2d

Please sign in to comment.