Add node v12 to appveyor

This commit is contained in:
pathmapper 2019-05-05 07:57:41 +02:00
parent 362c7b437e
commit e0e9201b46

View file

@ -4,11 +4,13 @@ environment:
- nodejs_version: "8" - nodejs_version: "8"
- nodejs_version: "10" - nodejs_version: "10"
- nodejs_version: "11" - nodejs_version: "11"
- nodejs_version: "12"
platform: platform:
- x86 - x86
- x64 - x64
install: install:
- ps: Install-Product node $env:nodejs_version # https://www.appveyor.com/docs/lang/nodejs-iojs/#installing-any-version-of-nodejs-or-iojs
- ps: Update-NodeJsInstallation (Get-NodeJsLatestBuild $env:nodejs_version) $env:PLATFORM
- md public - md public
- npm --vs2015 install --global windows-build-tools - npm --vs2015 install --global windows-build-tools
- npm install - npm install