Skip to content

Commit

Permalink
ci(appveyor): Install NPM 5 ⚙️
Browse files Browse the repository at this point in the history
  • Loading branch information
pvdlg committed Aug 25, 2017
1 parent d36bbfa commit 915f610
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@ version: '{build}'
environment:
matrix:
- nodejs_version: '4'
- nodejs_version: '7'
- nodejs_version: '8'
branches:
only:
- master
- /^greenkeeper.*$/
install:
- ps: Install-Product node $env:nodejs_version
- IF %nodejs_version% LSS 5 npm -g install npm@3
- IF %nodejs_version% LSS 5 npm -g install npm@5
- npm install
platform:
- x86
Expand Down

0 comments on commit 915f610

Please sign in to comment.