Skip to content

Commit a5959b0

Browse files
committed
test on node 23
1 parent 5428b34 commit a5959b0

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/ci.yml

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

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ image:
1414
environment:
1515
NODE_GYP_FORCE_PYTHON: C:\Python39-x64\python.exe
1616
matrix: # Test against these versions of Io.js and Node.js.
17-
# - nodejs_version: "23" # Enable after nodejs/nan#979 or similar.
17+
- nodejs_version: "23"
1818
- nodejs_version: "22"
1919
- nodejs_version: "22"
2020
NODE_GYP_FORCE_PYTHON: C:\Python312-x64\python.exe

0 commit comments

Comments
 (0)