Merge pull request #180 from strongloop/update-node-versions

Drop support for Node.js 8.x, start testing 14.x
This commit is contained in:
Miroslav Bajtoš 2020-08-27 17:22:34 +02:00 committed by GitHub
commit b0e5c6bcd7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View File

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

View File

@ -1,9 +1,9 @@
{ {
"name": "loopback-connector", "name": "loopback-connector",
"version": "4.11.1", "version": "5.0.0-dev",
"description": "Building blocks for LoopBack connectors", "description": "Building blocks for LoopBack connectors",
"engines": { "engines": {
"node": ">=8.9" "node": ">=10"
}, },
"author": "IBM Corp.", "author": "IBM Corp.",
"keywords": [ "keywords": [