Skip to content

Commit 2241c64

Browse files
authored
ci: add Node.js v23 (#126)
1 parent 16f08d6 commit 2241c64

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
@@ -36,7 +36,7 @@ jobs:
3636
strategy:
3737
matrix:
3838
os: [windows-latest, macOS-latest, ubuntu-latest]
39-
node-version: [18.x, 20.x, 22.x]
39+
node-version: [18.x, 20.x, 22.x, 23.x]
4040

4141
steps:
4242
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)