Merge pull request #86 from strongloop/drop-node6

Drop support for Node.js 6.x, start testing Node.js 12.x
This commit is contained in:
Miroslav Bajtoš 2019-10-11 16:49:39 +02:00 committed by GitHub
commit 5c2e2ba0a8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

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

View File

@ -4,7 +4,7 @@
"license": "MIT", "license": "MIT",
"version": "3.3.0", "version": "3.3.0",
"engines": { "engines": {
"node": ">=6" "node": ">=8"
}, },
"repository": { "repository": {
"type": "git", "type": "git",