Skip to content

Commit

Permalink
Lock in npm at 2.11 until 2.12.1 is released
Browse files Browse the repository at this point in the history
Otherwise the AppVeyor build fails in all PRs. See: https://github.com/npm/npm/releases/tag/v2.12.1

I thought it would have been "released" much quicker than that... We only have to revert this PR once it's released.
  • Loading branch information
mathieumg committed Jun 28, 2015
1 parent b71d7a5 commit 4a7170b
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 @@ -4,7 +4,7 @@ version: '{build}'
install:
# Get the latest stable version of io.js
- ps: Install-Product node ''
- npm -g install npm@latest
- npm -g install npm@2.11.x
- set PATH=%APPDATA%\npm;%PATH%
- node --version
- npm --version
Expand Down

0 comments on commit 4a7170b

Please sign in to comment.