Skip to content

Commit c298b25

Browse files
charpenifilipesilva
authored andcommitted
ci: add cache and match with nvmrc on appveyor
1 parent d7b46d0 commit c298b25

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.appveyor.yml

+5-2
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,12 @@
11
environment:
22
matrix:
3-
- nodejs_version: "6.9"
3+
- nodejs_version: "6"
44

55
matrix:
66
fast_finish: true
77

88
install:
99
- ps: Install-Product node $env:nodejs_version
10-
- npm install -g yarn
1110
- yarn install
1211

1312
test_script:
@@ -17,3 +16,7 @@ test_script:
1716
- node tests\run_e2e.js
1817

1918
build: off
19+
20+
cache:
21+
- node_modules
22+
- "%LOCALAPPDATA%/Yarn"

0 commit comments

Comments
 (0)