From 8615d3adf5b84c7a818eddaefe204d48ff8d5e00 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 & 12 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 and 12.x versions. --- appveyor.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/appveyor.yml b/appveyor.yml index 6b9a8c89b1d6..c53181691f03 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -1,6 +1,8 @@ environment: matrix: - nodejs_version: "8" + - nodejs_version: "10" + - nodejs_version: "12" install: - ps: Install-Product node $env:nodejs_version