Skip to content

Commit 209c793

Browse files
committed
update node&python version
1 parent 0397749 commit 209c793

File tree

1 file changed

+6
-9
lines changed

1 file changed

+6
-9
lines changed

Diff for: appveyor.yml

+6-9
Original file line numberDiff line numberDiff line change
@@ -5,20 +5,17 @@ branches:
55
- gh-pages
66

77
image:
8-
- Visual Studio 2017
9-
- Ubuntu2004
8+
- Visual Studio 2022
9+
- Ubuntu2204
1010

1111
environment:
1212
matrix:
1313

14-
- nodejs_version: "14"
15-
PYTHON: "C:\\Python37-x64"
16-
17-
- nodejs_version: "16"
18-
PYTHON: "C:\\Python37-x64"
19-
2014
- nodejs_version: "18"
21-
PYTHON: "C:\\Python37-x64"
15+
PYTHON: "C:\\Python312-x64"
16+
17+
- nodejs_version: "20"
18+
PYTHON: "C:\\Python312-x64"
2219

2320
install:
2421
- cmd: powershell Install-Product node $env:nodejs_version

0 commit comments

Comments
 (0)