Skip to content

Commit

Permalink
chore(appveyor): do not use latest npm (#847)
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 #844
  • Loading branch information
nfischer committed May 10, 2018
1 parent dd5551d commit 4733a32
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 4733a32

Please sign in to comment.