We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4f179ab commit bc4755bCopy full SHA for bc4755b
1 file changed
appveyor.yml
@@ -11,14 +11,14 @@ image:
11
environment:
12
matrix:
13
14
- - nodejs_version: "12"
15
- PYTHON: "C:\\Python37-x64"
16
-
17
- nodejs_version: "14"
18
PYTHON: "C:\\Python37-x64"
19
20
- nodejs_version: "16"
21
+
+ - nodejs_version: "18"
+ PYTHON: "C:\\Python37-x64"
22
23
install:
24
- cmd: powershell Install-Product node $env:nodejs_version
0 commit comments