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

Commit 960bc93

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

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

appveyor.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,12 @@ environment:
1212
- nodejs_version: '6'
1313
webpack_version: 3.0.0-rc.1
1414
job_part: test
15-
- nodejs_version: '4.3'
16-
webpack_version: 3.0.0-rc.1
17-
job_part: test
1815
build: 'off'
1916
matrix:
2017
fast_finish: true
2118
install:
2219
- ps: Install-Product node $env:nodejs_version x64
20+
- npm i -g npm@^5.0.0
2321
- npm install
2422
before_test:
2523
- cmd: npm install webpack@^%webpack_version%

0 commit comments

Comments
 (0)