Add Node 12 to Windows CI (#1669)

This commit is contained in:
Nicolas Stepien 2019-04-25 11:24:36 +01:00 committed by Lovell Fuller
parent df3ce450d9
commit 0890b59c32

View File

@ -8,8 +8,9 @@ environment:
- nodejs_version: "8"
- nodejs_version: "10"
- nodejs_version: "11"
- nodejs_version: "12"
install:
- ps: Install-Product node $env:nodejs_version x64
- ps: Update-NodeJsInstallation (Get-NodeJsLatestBuild $env:nodejs_version) x64
- npm install -g npm@6
- npm install
test_script: