From 6d8204f60a5e6cd4a9ce2bfe0e3398bb976dd340 Mon Sep 17 00:00:00 2001 From: TC Date: Sun, 15 Mar 2020 12:02:44 +0100 Subject: [PATCH] Bump appveyor to node 10 (semver requires node >=10) --- appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index 40ee9318..e2910b32 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -11,7 +11,7 @@ init: - git config --global core.autocrlf input install: - - ps: Install-Product node 8 x64 + - ps: Install-Product node 10 x64 - yarn build_script: