Update to nodejs v13 & remove v8

This commit is contained in:
Xaver Maierhofer 2019-12-26 22:57:36 +01:00
parent 6708a67385
commit 8bb43c2e8c
No known key found for this signature in database
GPG Key ID: 7FDCE23FD2EC9FE8
1 changed files with 3 additions and 3 deletions

View File

@ -4,7 +4,7 @@ dist: trusty
language: node_js
node_js:
- "12"
- "13"
os:
- linux
@ -12,10 +12,10 @@ os:
matrix:
include:
- node_js: "8"
os: linux
- node_js: "10"
os: linux
- node_js: "12"
os: linux
cache:
yarn: true