Skip to content

Commit aee5d96

Browse files
authored
ci: Add node 23 to ci workflows (#368)
1 parent bf34ca5 commit aee5d96

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/CI.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
matrix:
3434
os: [ubuntu-latest, windows-latest, macOS-latest]
3535
eslint: [8.x, "9.x"]
36-
node: [18.x, 20.x, 22.x]
36+
node: [18.x, 20.x, 22.x, 23.x]
3737
include:
3838
- os: ubuntu-latest
3939
node: "18.18.0"

0 commit comments

Comments
 (0)