diff --git a/appveyor.yml b/appveyor.yml index 430ba4a1af..cac1fa5920 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -4,7 +4,7 @@ version: '{build}' install: # Get the latest stable version of io.js - ps: Install-Product node '' - - npm -g install npm@2.11.x + - npm -g install npm@latest - set PATH=%APPDATA%\npm;%PATH% - node --version - npm --version