Skip to content

Commit

Permalink
ci: Add Node 23
Browse files Browse the repository at this point in the history
  • Loading branch information
nschonni authored Oct 31, 2024
1 parent 04b597a commit f7ddcda
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 @@ -18,7 +18,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 f7ddcda

Please sign in to comment.