summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.appveyor.yml3
1 files changed, 1 insertions, 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: |-