Skip to content

Commit 98a562b

Browse files
authored
ci: add support for Node@24 and Node@25 (#302)
1 parent 23512b7 commit 98a562b

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
@@ -18,7 +18,7 @@ jobs:
1818
strategy:
1919
matrix:
2020
# TODO: We need to re-introduce Node 6 and 7 once we have a way to run tests on them.
21-
node-version: [8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23]
21+
node-version: [8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25]
2222
continue-on-error: true
2323
steps:
2424
- name: Checkout repository

0 commit comments

Comments
 (0)