Skip to content

Commit

Permalink
Switch to node version "8" and dont use npm@next to fix the build
Browse files Browse the repository at this point in the history
  • Loading branch information
sheetalkamat committed Dec 28, 2017
1 parent 8b44958 commit c29d12d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
# Test against this version of Node.js
environment:
nodejs_version: "6"
nodejs_version: "8"

# Install scripts. (runs after repo cloning)
install:
- ps: Install-Product node $env:nodejs_version
- node --version
- npm install -g npm@next
- npm --version
- cd build
- npm install
Expand Down

0 comments on commit c29d12d

Please sign in to comment.