From 3de0fb963aa555499a9524bf68a16bf183f5f7c5 Mon Sep 17 00:00:00 2001 From: David Anson Date: Mon, 16 Dec 2019 15:30:49 -0800 Subject: [PATCH] Add Node.js version 12 to AppVeyor matrix now that it's available. --- appveyor.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/appveyor.yml b/appveyor.yml index c9aff31b..7de9bedd 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -9,6 +9,7 @@ environment: matrix: - nodejs_version: "8" - nodejs_version: "10" + - nodejs_version: "12" # Get the stable version of node install: