Skip to content

Commit d36d57e

Browse files
committed
[Tests] install npm 5 before npm 6 in node 7 on windows
1 parent 01518bd commit d36d57e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

appveyor.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ install:
5252
- IF %nodejs_version% EQU 4 npm -g install npm@5.3
5353
- IF %nodejs_version% EQU 5 npm -g install npm@5.3
5454
- IF %nodejs_version% EQU 6 npm -g install npm@6.9
55+
- IF %nodejs_version% EQU 7 npm -g install npm@5
5556
- IF %nodejs_version% EQU 7 npm -g install npm@6
5657
- IF %nodejs_version% EQU 8 npm -g install npm@6
5758
- IF %nodejs_version% EQU 9 npm -g install npm@6.9

0 commit comments

Comments
 (0)