Skip to content

Commit

Permalink
Add nodejs v23 to test matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
istr committed Jan 5, 2025
1 parent 4912bd7 commit 2d75dea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ jobs:
build:
strategy:
matrix:
version: [18, 20, 22]
version: [18, 20, 22, 23]
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit 2d75dea

Please sign in to comment.