Skip to content

Commit f6d887d

Browse files
authored
Merge pull request #304 from extrabacon/update_node_version
update node&python version
2 parents 0397749 + 209c793 commit f6d887d

File tree

1 file changed

+6
-9
lines changed

1 file changed

+6
-9
lines changed

appveyor.yml

Lines changed: 6 additions & 9 deletions
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)