From a217558454f8f22b9db183f25f411d52ca424911 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] revert: pin Node.js 10.x version to 10.0.0 This finishes the revert of commit a36e257 (see 5e605c05d) and configures AppVeyor CI to use the latest Node.js 10.x version, since the problem we were experiencing in 10.1.0 has been fixed in 10.2.0. --- appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index 6100f33128fb..c2cedf83d207 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -1,7 +1,7 @@ environment: matrix: - nodejs_version: "8" - - nodejs_version: "10.0.0" + - nodejs_version: "10" install: - ps: Install-Product node $env:nodejs_version