drop support for Node.js 6

This commit is contained in:
Nora 2019-08-12 18:42:03 -04:00
parent 507621c370
commit 15ae05b10a
2 changed files with 1 additions and 2 deletions

View File

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

View File

@ -16,7 +16,7 @@
"ORM" "ORM"
], ],
"engines": { "engines": {
"node": ">=6" "node": ">=8"
}, },
"repository": { "repository": {
"type": "git", "type": "git",