From f37c75a7ee711cf9ff2bfe53f5813f46c61c387c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miroslav=20Bajto=C5=A1?= Date: Thu, 14 Jun 2018 10:24:13 +0200 Subject: [PATCH] ci: add Node.js 10 to AppVeyor config (Windows) This finishes the revert of commit a36e257 (see 5e605c05d) and configures AppVeyor CI to use the latest Node.js 10.x version. --- appveyor.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/appveyor.yml b/appveyor.yml index 6b9a8c89b1d6..ded6e7e08b69 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -1,6 +1,7 @@ environment: matrix: - nodejs_version: "8" + - nodejs_version: "10" install: - ps: Install-Product node $env:nodejs_version