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 #844
  • Loading branch information
nfischer committed May 9, 2018
1 parent 97a4df8 commit 6542ebd
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 6542ebd

Please sign in to comment.