On AppVeyor, run tests through newer version of Node for faster npm restores
This commit is contained in:
parent
9174ca79fa
commit
a85fd96e26
|
|
@ -1,7 +1,7 @@
|
||||||
init:
|
init:
|
||||||
- git config --global core.autocrlf true
|
- git config --global core.autocrlf true
|
||||||
install:
|
install:
|
||||||
- ps: Install-Product node 6.9.2 x64
|
- ps: Install-Product node 8.4.0 x64
|
||||||
branches:
|
branches:
|
||||||
only:
|
only:
|
||||||
- master
|
- master
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue