Skip to content

Commit 8f764b5

Browse files
committed
[Tests] install npm 5 before npm 6 in node 7 on windows
1 parent 50263c3 commit 8f764b5

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 [email protected]
5353
- IF %nodejs_version% EQU 5 npm -g install [email protected]
5454
- IF %nodejs_version% EQU 6 npm -g install [email protected]
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 [email protected]

0 commit comments

Comments
 (0)