Skip to content
This repository has been archived by the owner on May 29, 2019. It is now read-only.

Commit

Permalink
ci(appveyor): Install npm@5
Browse files Browse the repository at this point in the history
  • Loading branch information
joshwiens committed Jun 12, 2017
1 parent 6e700dc commit ae7168b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ matrix:
fast_finish: true
install:
- ps: Install-Product node $env:nodejs_version x64
- npm i -g npm@^5.0.0
- npm install
before_test:
- cmd: npm install webpack@^%webpack_version%
Expand Down

0 comments on commit ae7168b

Please sign in to comment.