chore: drop support for Node.js 6
This commit is contained in:
parent
0da66a7e09
commit
0edafc393c
|
@ -1,6 +1,5 @@
|
|||
sudo: false
|
||||
language: node_js
|
||||
node_js:
|
||||
- "6"
|
||||
- "8"
|
||||
- "10"
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
"version": "6.4.0",
|
||||
"description": "Browse and test your LoopBack app's APIs",
|
||||
"engines": {
|
||||
"node": ">=6"
|
||||
"node": ">=8.9"
|
||||
},
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
|
|
Loading…
Reference in New Issue