Drop support for Node 8.x

Node 8.x is no longer maintained by Node.js project.

Signed-off-by: Miroslav Bajtoš <mbajtoss@gmail.com>
This commit is contained in:
Miroslav Bajtoš 2020-04-03 09:38:13 +02:00
parent c6e8779a06
commit 6d65afc35f
No known key found for this signature in database
GPG Key ID: 6F2304BA9361C7E3
2 changed files with 1 additions and 2 deletions

View File

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

View File

@ -16,7 +16,7 @@
],
"author": "IBM Corp.",
"engines": {
"node": ">=8"
"node": ">=10"
},
"repository": {
"type": "git",