Skip to content

Commit d4ee8f8

Browse files
authored
Enable Node.js v23 testing after nodejs#979 or similar.
1 parent 0e12a8d commit d4ee8f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

appveyor.yml

+1-1
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"
17+
# - nodejs_version: "23" # Enable after nodejs/nan#979 or similar.
1818
- nodejs_version: "22"
1919
- nodejs_version: "22"
2020
NODE_GYP_FORCE_PYTHON: C:\Python312-x64\python.exe

0 commit comments

Comments
 (0)