From ec63f7f473121ff6e9d11fa00be403d1ca35bcf5 Mon Sep 17 00:00:00 2001 From: Bert Belder Date: Sat, 14 Jul 2018 02:55:18 +0200 Subject: [PATCH] ci: pin node.js version to v10.x --- .appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.appveyor.yml b/.appveyor.yml index 666e8d5..016df24 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -95,7 +95,7 @@ init: - cmd: set install: - - ps: Install-Product node 'Current' + - ps: Install-Product node 10 - ps: >- if ($env:lsp) { echo "Installing Proxifier LSP..."