From 1c549c3ab7f055ba25480fc9e36270828f20e1b5 Mon Sep 17 00:00:00 2001 From: Bert Belder Date: Sat, 20 Jun 2020 08:51:18 +0200 Subject: [PATCH] ci: upgrade node.js to v12.x LTS --- .appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.appveyor.yml b/.appveyor.yml index 1fc57e5..b6c499e 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -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")) {