[TASK] Set nodejs v12 as standard & remove EOL v11
This commit is contained in:
parent
1bcc6bfd10
commit
1fa034e1e8
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user