[TASK] Set nodejs v12 as standard & remove EOL v11

This commit is contained in:
Xaver Maierhofer 2019-10-18 15:39:15 +02:00 committed by GitHub
parent 1bcc6bfd10
commit 1fa034e1e8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 4 deletions

View File

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