Skip to content

Commit 7bfab04

Browse files
committed
ci: add node 23 / 24 to matrix for build
1 parent 2002a49 commit 7bfab04

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
@@ -25,7 +25,7 @@ jobs:
2525
strategy:
2626
fail-fast: false
2727
matrix:
28-
node-version: [20.x, 22.x]
28+
node-version: [20.x, 22.x, 23.x, 24.x]
2929

3030
# Steps represent a sequence of tasks that will be executed as part of the job
3131
steps:

0 commit comments

Comments
 (0)