Temporarily revert to previous npm for Node 9 support

This commit is contained in:
Lovell Fuller 2017-11-27 19:38:44 +00:00
parent 1be424cd47
commit a91686b4cd

View File

@ -10,7 +10,7 @@ environment:
- nodejs_version: "9"
install:
- ps: Install-Product node $env:nodejs_version x64
- npm install -g npm@latest
- npm install -g npm@5.3.x
- npm install
test_script:
- npm test