Skip to content

Commit 04dd2f8

Browse files
authored
ci: run tests in Node.js 24 (#361)
1 parent 23e4ff0 commit 04dd2f8

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
@@ -47,7 +47,7 @@ jobs:
4747
matrix:
4848
os: [ubuntu-latest]
4949
eslint: [9]
50-
node: [23.x, 22.x, 21.x, 20.x, 18.x, "18.18.0"]
50+
node: [24.x, 22.x, 20.x, 18.x, "18.18.0"]
5151
include:
5252
- os: windows-latest
5353
eslint: 9

0 commit comments

Comments
 (0)