We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 557e470 commit da8cc8aCopy full SHA for da8cc8a
1 file changed
appveyor.yml
@@ -4,7 +4,7 @@ version: '{build}'
4
install:
5
# Get the latest stable version of io.js
6
- ps: Install-Product node ''
7
- - npm -g install npm@2.11.x
+ - npm -g install npm@latest
8
- set PATH=%APPDATA%\npm;%PATH%
9
- node --version
10
- npm --version
0 commit comments