Skip to content

Commit

Permalink
ci(appveyor): Pin npm 5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
pvdlg committed Sep 2, 2017
1 parent 3558e86 commit b6b5995
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 @@ branches:
- /^greenkeeper.*$/
install:
- ps: Install-Product node $env:nodejs_version
- IF %nodejs_version% LSS 5 npm -g install npm@5
- IF %nodejs_version% LSS 5 npm -g install npm@5.3
- appveyor-retry npm install
platform:
- x86
Expand Down

0 comments on commit b6b5995

Please sign in to comment.