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

Commit

Permalink
ci(Appveyor): Remove explicit npm 5 install
Browse files Browse the repository at this point in the history
  • Loading branch information
joshwiens committed Jul 7, 2017
1 parent df93eab commit c5471f6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ 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 c5471f6

Please sign in to comment.