From 1a6c4b644b037eccb25b252ad23853d2924347ad Mon Sep 17 00:00:00 2001 From: Christian Moritz Date: Sat, 14 Sep 2019 01:29:54 +0200 Subject: ci: use Node.js v12 on Appveyor (#2943) --- .appveyor.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.appveyor.yml b/.appveyor.yml index 082ac0f69..8522cfaa0 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -103,8 +103,7 @@ install: } # Install a recent Node.js version. - # TODO(ry) Upgrade to v12 once Install-Produce supports it. - - ps: Install-Product -Product node -Version 10 -Platform x64 + - ps: Install-Product -Product node -Version 12 -Platform x64 # Make sure the right Python version is in PATH, and others are not. - ps: |- -- cgit v1.2.3