Skip to content

Commit

Permalink
chore(appveyor): do not use latest npm
Browse files Browse the repository at this point in the history
This changes appveyor from using the latest npm version to only using
the preinstalled npm version. This is safer, because it's guaranteed to
be a compatible version.

Fixes #132
  • Loading branch information
nfischer committed Jun 8, 2018
1 parent c373f03 commit 7793f00
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion appveyor.yml
Expand Up @@ -12,7 +12,6 @@ version: '{build}'
# Install scripts. (runs after repo cloning)
install:
- ps: Install-Product node $env:nodejs_version
- npm -g install npm@latest
- set PATH=%APPDATA%\npm;%PATH%
- node --version
- npm --version
Expand Down

0 comments on commit 7793f00

Please sign in to comment.