Skip to content

Commit bc1453e

Browse files
authored
fix(build): pin npm version in appveyor to v3, compat with node 4 (#2983)
1 parent a3ff6c8 commit bc1453e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

appveyor.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ install:
1313
# Install Node.js
1414
- ps: Install-Product node $env:nodejs_version
1515

16-
# Upgrade npm
17-
- npm install -g npm
16+
# Install npm compat with node 4
17+
- npm install -g npm@3
1818

1919
# Output our current versions for debugging
2020
- node --version

0 commit comments

Comments
 (0)