Skip to content

Commit c129cb9

Browse files
committed
update supported software
1 parent e6bcaee commit c129cb9

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

appveyor.yml

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,15 @@ image:
1010

1111
environment:
1212
matrix:
13-
- nodejs_version: "10"
14-
PYTHON: "C:\\Python36-x64"
1513

1614
- nodejs_version: "12"
17-
PYTHON: "C:\\Python36-x64"
15+
PYTHON: "C:\\Python37-x64"
16+
17+
- nodejs_version: "14"
18+
PYTHON: "C:\\Python37-x64"
19+
20+
- nodejs_version: "16"
21+
PYTHON: "C:\\Python37-x64"
1822

1923
install:
2024
- cmd: powershell Install-Product node $env:nodejs_version

0 commit comments

Comments
 (0)