From 2b17b46482cd927f8ccd2b4a1ef4bcb6bce6e05e Mon Sep 17 00:00:00 2001 From: Filipe Silva Date: Mon, 24 Oct 2016 19:23:17 +0100 Subject: [PATCH] fix(appveyor): add workaround for webdriver bug (#2862) See https://github.com/angular/webdriver-manager/issues/107 for context. Should be reverted once issue is fixed. --- .appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.appveyor.yml b/.appveyor.yml index 6d3c82f53721..0ba8da0abd7e 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -7,7 +7,7 @@ matrix: fast_finish: true install: - - ps: Install-Product node $env:nodejs_version + - ps: Install-Product node $env:nodejs_version x64 - npm install -g npm - npm install