Skip to content

Commit d4bddfe

Browse files
authored
ci: test against Node v24 (#1745)
1 parent 3ad2036 commit d4bddfe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/nodejs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ jobs:
7272
strategy:
7373
fail-fast: false
7474
matrix:
75-
node-version: [16.x, 18.x, 20.x, 21.x, 22.x, 23.x]
75+
node-version: [16.x, 18.x, 20.x, 21.x, 22.x, 23.x, 24.x]
7676
eslint-version: [7, 8, 9]
7777
ts-eslint-plugin-version: [6, 7, 8]
7878
exclude:

0 commit comments

Comments
 (0)