Skip to content
This repository was archived by the owner on May 29, 2019. It is now read-only.

Commit ae7168b

Browse files
committed
ci(appveyor): Install npm@5
1 parent 6e700dc commit ae7168b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

appveyor.yml

+1
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ matrix:
2020
fast_finish: true
2121
install:
2222
- ps: Install-Product node $env:nodejs_version x64
23+
- npm i -g npm@^5.0.0
2324
- npm install
2425
before_test:
2526
- cmd: npm install webpack@^%webpack_version%

0 commit comments

Comments
 (0)