Skip to content

Commit 5a9fcb8

Browse files
cclausskkoopa
authored andcommitted
DRAFT: Let's see if CI passes on Node.js v23
@agracio @kkoopa Your review, please.
1 parent 2e03939 commit 5a9fcb8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ jobs:
2121
ci:
2222
strategy:
2323
fail-fast: false
24-
matrix: # TODO: Enable 23.x after nodejs/nan#979 or similar.
25-
node-version: [24.x, 22.x, 21.x, 20.x, 19.x, 18.x, 17.x, 16.x]
24+
matrix:
25+
node-version: [24.x, 23.x, 22.x, 21.x, 20.x, 19.x, 18.x, 17.x, 16.x]
2626
os: [windows-latest]
2727
include:
2828
- node-version: lts/*

0 commit comments

Comments
 (0)