Update Travis/AppVeyor to Node 10.13.0

This commit is contained in:
Scott Nonnenberg 2018-11-16 14:47:34 -08:00
parent dc2afe4b6e
commit ec12733dad
2 changed files with 2 additions and 2 deletions

View file

@ -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

View file

@ -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: