Skip to content

Commit f5bd028

Browse files
committed
use npm 6 in appveyor
1 parent 738ef5f commit f5bd028

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

appveyor.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,7 @@ init:
1111
# Install scripts. (runs after repo cloning)
1212
install:
1313
- ps: Install-Product node $env:nodejs_version
14-
- npm i -g npm@^3
15-
- npm config set spin false
14+
- npm i -g npm@^6
1615
- npm install -g bower
1716
- npm install
1817

0 commit comments

Comments
 (0)