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