Fix node versions in appveyor.yml

This commit is contained in:
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

View file

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