From cab89ae16afe341cb8585ddd2e5a74e6e2f21e39 Mon Sep 17 00:00:00 2001 From: Bert Belder Date: Wed, 2 May 2018 02:34:11 +0200 Subject: [PATCH] ci: separate node.js and LSP installation steps --- .appveyor.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.appveyor.yml b/.appveyor.yml index 4f0edbe..1c2dfde 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -99,9 +99,8 @@ init: - cmd: set install: + - ps: Install-Product node 'Current' - ps: >- - Install-Product node 'Current' - if ($env:lsp) { echo "Installing Proxifier LSP..." if (!(Test-Path c:\proxif\setup.exe)) {