[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
|
||||
|
||||
node_js:
|
||||
- "10"
|
||||
- "12"
|
||||
|
||||
os:
|
||||
- linux
|
||||
@ -14,9 +14,7 @@ matrix:
|
||||
include:
|
||||
- node_js: "8"
|
||||
os: linux
|
||||
- node_js: "11"
|
||||
os: linux
|
||||
- node_js: "12"
|
||||
- node_js: "10"
|
||||
os: linux
|
||||
cache:
|
||||
yarn: true
|
||||
|
Loading…
Reference in New Issue
Block a user