ci: upgrade node.js to v12.x LTS

This commit is contained in:
Bert Belder 2020-06-20 08:51:18 +02:00
parent dcaa6606e0
commit 1c549c3ab7
No known key found for this signature in database
GPG Key ID: 7A77887B2E2ED461

View File

@ -104,7 +104,7 @@ cache:
- c:\lspinst
install:
- ps: Install-Product node 10
- ps: Install-Product node 12
- ps: >-
if ($env:lsp_name) {
if (-Not (Test-Path -Path "c:\lspinst\${env:lsp_name}.exe")) {