[SEMVER-MAJOR] Drop support for Node.js 8.x

Signed-off-by: Miroslav Bajtoš <mbajtoss@gmail.com>
This commit is contained in:
Miroslav Bajtoš 2020-08-21 09:58:47 +02:00
parent c6b9729360
commit aeace9b7e6
No known key found for this signature in database
GPG Key ID: 6F2304BA9361C7E3
2 changed files with 2 additions and 3 deletions

View File

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

View File

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