From 15a04f3c3cff72e1c7cd2158627b808518558be5 Mon Sep 17 00:00:00 2001 From: Glenn 'devalias' Grant Date: Tue, 12 Jul 2022 19:14:18 +1000 Subject: [PATCH] bump AppVeyor Node version from '10.x' to '14.x' (current Maintenance LTS version) --- appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index a50df340f51..86e09a9cf24 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -7,7 +7,7 @@ init: environment: JAVA_HOME: C:\Program Files\Java\jdk1.8.0 matrix: - - nodejs_version: 10 + - nodejs_version: 14 # Finish on first failed build matrix: