Skip to content

Commit

Permalink
fix: uses npm install on appveyor node 6
Browse files Browse the repository at this point in the history
  • Loading branch information
bezoerb committed Aug 12, 2019
1 parent e9a3993 commit 6611aa8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ environment:

install:
- ps: Install-Product node $env:NODEJS_VERSION $env:PLATFORM
- npm ci
- if "%NODEJS_VERSION%" lss "8" (npm install) else (npm ci)

build: off

Expand All @@ -26,3 +26,4 @@ matrix:

cache:
- '%APPDATA%\npm-cache\ -> appveyor.yml,package.json,package-lock.json'
- 'node_modules\ -> appveyor.yml,package.json,package-lock.json'

0 comments on commit 6611aa8

Please sign in to comment.