Skip to content

Commit 62c588e

Browse files
committed
Update CI.yml to include Node 23.
1 parent 7c16afd commit 62c588e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
fail-fast: false
1818
matrix:
1919
os: [ macos-latest, ubuntu-latest, windows-latest ]
20-
node-version: [ 18, 20, 22 ]
20+
node-version: [ 18, 20, 22, 23 ]
2121

2222
steps:
2323
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)