Skip to content

Commit d9c50a7

Browse files
committed
Replace Windows with Ubuntu in CI
1 parent ca59027 commit d9c50a7

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.appveyor.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,17 @@
11
environment:
2-
NODEJS_VERSION: "10"
2+
NODEJS_VERSION: "16"
33
PREBUILD_UPLOAD:
44
secure: oNyyLE7/Oq3TUGZPz6DkLFPUuQzc8FiFS1iuPp7LZ2fyOP/UF4Np4NzJmWcXVyY/
55

66
platform:
77
- x64
88
- x86
99

10+
image: Ubuntu
11+
12+
stack: node 16, python 3.10
13+
1014
install:
11-
- ps: Install-Product node $env:NODEJS_VERSION $env:Platform
1215
- git submodule update --init --recursive
1316
- npm install
1417

0 commit comments

Comments
 (0)