Skip to content

Commit

Permalink
fix(build): pin npm version in appveyor to v3, compat with node 4 (#2983
Browse files Browse the repository at this point in the history
)
  • Loading branch information
johnjbarton committed Apr 30, 2018
1 parent a3ff6c8 commit bc1453e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions appveyor.yml
Expand Up @@ -13,8 +13,8 @@ install:
# Install Node.js
- ps: Install-Product node $env:nodejs_version

# Upgrade npm
- npm install -g npm
# Install npm compat with node 4
- npm install -g npm@3

# Output our current versions for debugging
- node --version
Expand Down

0 comments on commit bc1453e

Please sign in to comment.