Skip to content

Commit

Permalink
Update CI.yml to include Node 23.
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidAnson committed Dec 9, 2024
1 parent 7c16afd commit 62c588e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
fail-fast: false
matrix:
os: [ macos-latest, ubuntu-latest, windows-latest ]
node-version: [ 18, 20, 22 ]
node-version: [ 18, 20, 22, 23 ]

steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 62c588e

Please sign in to comment.