aboutsummaryrefslogtreecommitdiffstats
path: root/appveyor.yml
diff options
context:
space:
mode:
Diffstat (limited to 'appveyor.yml')
-rw-r--r--appveyor.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/appveyor.yml b/appveyor.yml
index 2f5299dd9..9ca5e17f5 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -9,6 +9,8 @@ cache:
9 - '%APPDATA%\npm-cache' 9 - '%APPDATA%\npm-cache'
10 - node_modules 10 - node_modules
11 11
12image: Visual Studio 2019
13
12install: 14install:
13 - appveyor-retry git submodule update --init --recursive 15 - appveyor-retry git submodule update --init --recursive
14 - ps: Install-Product node 10 16 - ps: Install-Product node 10