ci: separate node.js and LSP installation steps

This commit is contained in:
Bert Belder 2018-05-02 02:34:11 +02:00
parent 1a8573c4c1
commit cab89ae16a
No known key found for this signature in database
GPG Key ID: 7A77887B2E2ED461

View File

@ -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)) {