We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e6bcaee commit c129cb9Copy full SHA for c129cb9
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