Merge pull request #54 from ahmetcetin/patch-2

Add support for Node.js 12
This commit is contained in:
Miroslav Bajtoš 2020-02-17 11:47:34 +01:00 committed by GitHub
commit 824ebec5e0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

View File

@ -3,3 +3,4 @@ language: node_js
node_js:
- "8"
- "10"
- "12"

View File

@ -3,7 +3,7 @@
"version": "3.4.0",
"description": "Current context for LoopBack applications, based on cls-hooked",
"engines": {
"node": "^8.2.1 || ^10.14"
"node": "^8.2.1 || ^10.14 || ^12.15"
},
"keywords": [
"StrongLoop",