Fix node versions in appveyor.yml

master
Michael Mifsud 2018-04-05 21:08:06 +10:00 committed by GitHub
parent 44be409bd9
commit e9b1fe8d42
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -11,9 +11,9 @@ platform:
environment:
matrix:
- nodejs_version: lts/boron
- nodejs_version: lts/carbon
- nodejs_version: current
- nodejs_version: 6
- nodejs_version: 8
- nodejs_version: 9
install:
- ps: Install-Product node $env:nodejs_version $env:platform