Skip to content

Commit d50c88e

Browse files
authored
ci: replace node 23 with 24 in test matrix (#442)
1 parent 1f4e676 commit d50c88e

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, 23.x]
36+
node: [18.x, 20.x, 22.x, 24.x]
3737
include:
3838
- os: ubuntu-latest
3939
node: "18.18.0"

0 commit comments

Comments
 (0)