Skip to content

Commit c7e0fea

Browse files
CI: add Node 24 (#6913)
Co-authored-by: Jay <[email protected]>
1 parent 7ba895c commit c7e0fea

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
@@ -23,7 +23,7 @@ jobs:
2323

2424
strategy:
2525
matrix:
26-
node-version: [12.x, 14.x, 16.x, 18.x, 20.x, 22.x]
26+
node-version: [12.x, 14.x, 16.x, 18.x, 20.x, 22.x, 24.x]
2727
fail-fast: false
2828

2929
steps:

0 commit comments

Comments
 (0)