Update Travis/AppVeyor to Node 10.13.0
This commit is contained in:
parent
dc2afe4b6e
commit
ec12733dad
2 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
||||||
language: node_js
|
language: node_js
|
||||||
node_js:
|
node_js:
|
||||||
- '8.9.3'
|
- '10.13.0'
|
||||||
os:
|
os:
|
||||||
- linux
|
- linux
|
||||||
dist: trusty
|
dist: trusty
|
||||||
|
|
|
@ -8,7 +8,7 @@ cache:
|
||||||
install:
|
install:
|
||||||
- systeminfo | findstr /C:"OS"
|
- systeminfo | findstr /C:"OS"
|
||||||
- set PATH=C:\Ruby23-x64\bin;%PATH%
|
- set PATH=C:\Ruby23-x64\bin;%PATH%
|
||||||
- ps: Install-Product node 8.9.3 x64
|
- ps: Install-Product node 10.13.0 x64
|
||||||
- yarn install --frozen-lockfile
|
- yarn install --frozen-lockfile
|
||||||
|
|
||||||
build_script:
|
build_script:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue