diff --git a/appveyor.yml b/appveyor.yml index 40cf08a0d..8e212bd91 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -13,9 +13,6 @@ install: # Install Node.js - ps: Install-Product node $env:nodejs_version - # Install npm compat with node 4 - - npm install -g npm@3 - # Output our current versions for debugging - node --version - npm --version