Skip to content

Commit

Permalink
Using npm-update instead of npm-install for npm upgrade. Hopefully to…
Browse files Browse the repository at this point in the history
… only install when needed.
  • Loading branch information
swernerx committed Jul 6, 2018
1 parent 56fe28c commit 23582b9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ node_js:
- 10

install:
- npm install -g npm
- npm update -g npm
- npm --version
- npm ci

Expand Down
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ deploy: off

install:
- ps: Install-Product node $env:nodejs_version $env:platform
- npm -g install npm
- npm update -g npm
- set PATH=%APPDATA%\npm;%PATH%
- npm --version
- npm ci
Expand Down

0 comments on commit 23582b9

Please sign in to comment.