From c298b25b2350ff77314a3adb9856c9ae0cf49178 Mon Sep 17 00:00:00 2001 From: Nicolas Charpentier Date: Mon, 20 Mar 2017 18:38:55 -0400 Subject: [PATCH] ci: add cache and match with nvmrc on appveyor --- .appveyor.yml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.appveyor.yml b/.appveyor.yml index 121cc0595b..3e00870b5c 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -1,13 +1,12 @@ environment: matrix: - - nodejs_version: "6.9" + - nodejs_version: "6" matrix: fast_finish: true install: - ps: Install-Product node $env:nodejs_version - - npm install -g yarn - yarn install test_script: @@ -17,3 +16,7 @@ test_script: - node tests\run_e2e.js build: off + +cache: + - node_modules + - "%LOCALAPPDATA%/Yarn" \ No newline at end of file