From 7d5c646302f016a1815e8606bdf58fd729839863 Mon Sep 17 00:00:00 2001 From: Brendan Forster Date: Mon, 17 Jun 2019 17:48:26 -0300 Subject: [PATCH] restore appveyor config to use Node 12 (#190) --- appveyor.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index 5d342305..fa861cb0 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -4,6 +4,9 @@ image: Visual Studio 2017 platform: - x64 +environment: + nodejs_version: "12" + cache: - node_modules @@ -14,8 +17,7 @@ branches: clone_depth: 10 install: - # https://www.appveyor.com/docs/lang/nodejs-iojs/#installing-any-version-of-nodejs-or-iojs - - ps: Update-NodeJsInstallation (Get-NodeJsLatestBuild 12) x64 + - ps: Install-Product node $env:nodejs_version - npm install build_script: