We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb21151 commit 65192a4Copy full SHA for 65192a4
appveyor.yml
@@ -1,4 +1,6 @@
1
version: 1.0.{build}
2
+image:
3
+- Visual Studio 2017
4
5
platform:
6
- x64
@@ -7,15 +9,11 @@ init:
7
9
- git config --global core.autocrlf input
8
10
11
install:
- - ps: Install-Product node 8 x64
- - git reset --hard HEAD
12
- - npm install npm -g
+ - ps: Install-Product node stable x64
13
- npm install
14
- - npm prune
15
16
build_script:
17
- - node --version
18
- - npm --version
+ - npx envinfo
19
- npm run dist
20
21
-test: off
+test: off
0 commit comments