chore: drop support for Node.js 6

This commit is contained in:
Nora 2019-11-15 20:46:30 -05:00
parent 0da66a7e09
commit 0edafc393c
2 changed files with 1 additions and 2 deletions

View File

@ -1,6 +1,5 @@
sudo: false
language: node_js
node_js:
- "6"
- "8"
- "10"

View File

@ -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": {