Skip to content

Commit 11aa847

Browse files
committed
upgrade windows CI config
1 parent cd5f6f5 commit 11aa847

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

appveyor.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
version: 1.0.{build}
22
image:
3-
- Visual Studio 2017
3+
- Visual Studio 2019
44

55
platform:
66
- x64
@@ -10,10 +10,10 @@ init:
1010

1111
install:
1212
- ps: Install-Product node stable x64
13-
- npm install
13+
- yarn install
1414

1515
build_script:
1616
- npx envinfo
17-
- npm run electron-build
17+
- yarn run electron-build
1818

1919
test: off

0 commit comments

Comments
 (0)