Skip to content

Commit

Permalink
fix(appveyor): Install the latest npm.
Browse files Browse the repository at this point in the history
Try doing what I wanted to do in 6cc1430.
  • Loading branch information
randytarampi committed Mar 8, 2019
1 parent 0394fcf commit ccf1e39
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,18 +5,16 @@ init:
image: Visual Studio 2017

environment:
msvs_version: 2017
matrix:
- nodejs_version: 6
msvs_version: 2017
- nodejs_version: 8
msvs_version: 2017
- nodejs_version: 10
msvs_version: 2017
- nodejs_version: 11
msvs_version: 2017

install:
- ps: Install-Product node $env:nodejs_version
- ps: npm -g install
- ps: npm install --msvs_version=$env:msvs_version

test_script:
Expand Down

0 comments on commit ccf1e39

Please sign in to comment.