Skip to content

Commit d6869df

Browse files
authored
ci(ci): add node 24 to test matrix (#259)
1 parent dbe7edb commit d6869df

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
@@ -50,7 +50,7 @@ jobs:
5050
fail-fast: false
5151
matrix:
5252
eslint: [8]
53-
node: [12.22.0, 12, 14.17.0, 14, 16.0.0, 16, 18.0.0, 18, 20, 22]
53+
node: [12.22.0, 12, 14.17.0, 14, 16.0.0, 16, 18.0.0, 18, 20, 22, 24]
5454
os: [ubuntu-latest]
5555
include:
5656
# On other platforms

0 commit comments

Comments
 (0)