Update Travis/AppVeyor to Node 10.13.0

pull/272/head
Scott Nonnenberg 6 years ago
parent dc2afe4b6e
commit ec12733dad

@ -1,6 +1,6 @@
language: node_js
node_js:
- '8.9.3'
- '10.13.0'
os:
- linux
dist: trusty

@ -8,7 +8,7 @@ cache:
install:
- systeminfo | findstr /C:"OS"
- 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
build_script:

Loading…
Cancel
Save