From 13bdb68366827d1b20f83675a1db6fab8b61377a Mon Sep 17 00:00:00 2001 From: Lovell Fuller Date: Sat, 27 Jun 2020 11:41:58 +0100 Subject: [PATCH] CI: pin Windows x86 Node.js 14 to 14.2.0 This is the least unstable version on the 14 release line. Windows x86 users should probably delay upgrading to Node.js 14. --- appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index 0868da1b..1c7110eb 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -15,7 +15,7 @@ environment: platform: x86 - nodejs_version: "13" platform: x64 - - nodejs_version: "14" + - nodejs_version: "14.2.0" platform: x86 - nodejs_version: "14" platform: x64