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

Update node versions
This commit is contained in:
Miroslav Bajtoš 2020-04-06 08:20:48 +02:00 committed by GitHub
commit f1f7bf2031
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,8 +1,8 @@
sudo: false
language: node_js
node_js:
- "8"
- "10"
- "12"
- "13"
after_success: npm run coverage

View File

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