From 3f50e63bc32f4942e1c130c681dabd34ae81b117 Mon Sep 17 00:00:00 2001 From: Paul Pacheco Date: Fri, 10 Jan 2020 18:59:58 -0600 Subject: [PATCH] fix: release job requires node 10 --- appveyor.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/appveyor.yml b/appveyor.yml index b6cf074aa..1d9094a40 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -1,5 +1,8 @@ version: '{branch}-{build}' +environment: + nodejs_version: "10" + #init: # - ps: iex ((new-object net.webclient).DownloadString('https://raw.githubusercontent.com/appveyor/ci/master/scripts/enable-rdp.ps1')) @@ -10,6 +13,7 @@ install: - choco install unitypackager - choco install docfx - choco install lftp + - ps: Install-Product node $env:nodejs_version - npm install -g semantic-release @semantic-release/exec #build: