Skip to content

Commit

Permalink
Temporarily revert to previous npm for Node 9 support
Browse files Browse the repository at this point in the history
  • Loading branch information
lovell committed Nov 27, 2017
1 parent 1be424c commit a91686b
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 @@ 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

0 comments on commit a91686b

Please sign in to comment.