From 62211128e7862314cae8c5e1905da2f2c9fc5f10 Mon Sep 17 00:00:00 2001 From: Kyle Spearrin Date: Tue, 12 Mar 2019 12:36:32 -0400 Subject: [PATCH] install node 10 on windows builds --- appveyor.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/appveyor.yml b/appveyor.yml index 4637ff01ab..16cd24748c 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -10,6 +10,9 @@ services: stack: node 10 +init: +- ps: Install-Product node 10 + install: - sh: npm i -g gulp - ps: choco install cloc --no-progress