Skip to content

Commit

Permalink
fix npm version to 5.x in AppVeyor
Browse files Browse the repository at this point in the history
Signed-off-by: Christopher Hiller <boneskull@boneskull.com>
  • Loading branch information
boneskull committed Apr 24, 2018
1 parent fdc2c51 commit 4b5b8e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ install:
- ps: Install-Product node $env:nodejs_version x64
- set CI=true
- set PATH=%APPDATA%\npm;c:\MinGW\bin;%PATH%
- npm install -g npm
- npm install -g npm@^5
- npm install
matrix:
fast_finish: true
Expand Down

0 comments on commit 4b5b8e5

Please sign in to comment.