Skip to content

Commit fa474c7

Browse files
committed
[ci] Limit to 1.4.x as other dependencies also use ^ based semver ranges in npm 2
1 parent 6908e81 commit fa474c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ platform:
1717

1818
install:
1919
- ps: Install-Product node $env:nodejs_version $env:platform
20-
- npm install -g npm@2.x.x
20+
- npm install -g npm@1.4.x
2121
- npm install
2222

2323
test_script:

0 commit comments

Comments
 (0)