Skip to content

Commit

Permalink
use npm 6 in appveyor
Browse files Browse the repository at this point in the history
  • Loading branch information
kiwiupover committed Apr 10, 2019
1 parent 738ef5f commit f5bd028
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,7 @@ init:
# Install scripts. (runs after repo cloning)
install:
- ps: Install-Product node $env:nodejs_version
- npm i -g npm@^3
- npm config set spin false
- npm i -g npm@^6
- npm install -g bower
- npm install

Expand Down

0 comments on commit f5bd028

Please sign in to comment.