Skip to content

Commit

Permalink
ci: add nodejs v23 to test matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
antongolub committed Oct 17, 2024
1 parent 89df52c commit c5a5e22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ jobs:
strategy:
matrix:
os: [ ubuntu-latest, windows-latest ]
node-version: [ 6, 12, 18, 20, 22 ]
node-version: [ 6, 12, 18, 20, 22, 23 ]

runs-on: ${{ matrix.os }}
steps:
Expand Down

0 comments on commit c5a5e22

Please sign in to comment.