We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 976965c commit a457013Copy full SHA for a457013
1 file changed
appveyor.yml
@@ -4,12 +4,10 @@ environment:
4
- nodejs_version: '8'
5
- nodejs_version: '6'
6
- nodejs_version: '4'
7
- - nodejs_version: '0.12'
8
- - nodejs_version: '0.10'
9
install:
10
- ps: Install-Product node $env:nodejs_version
11
- set CI=true
12
- - IF %nodejs_version% LSS 4 npm -g install npm@2
+ - IF %nodejs_version% LSS 6 npm -g install npm@3
13
- set PATH=%APPDATA%\npm;%PATH%
14
- npm install
15
matrix:
0 commit comments