summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Moritz <chrmoritz@gmail.com>2019-09-14 01:29:54 +0200
committerBert Belder <bertbelder@gmail.com>2019-09-15 21:59:34 +0200
commit1a6c4b644b037eccb25b252ad23853d2924347ad (patch)
tree09a88e6b0da5896eed309b1779cd464e89bd8f7e
parenta93b29007f1b231fc2a5904d21e1fed354ff9e21 (diff)
ci: use Node.js v12 on Appveyor (#2943)
-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: |-