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:
|
||||
- git config --global core.autocrlf true
|
||||
install:
|
||||
- ps: Install-Product node 6.9.2 x64
|
||||
- ps: Install-Product node 8.4.0 x64
|
||||
branches:
|
||||
only:
|
||||
- master
|
||||
|
|
|
|||
Loading…
Reference in New Issue