Add support for Node.js 12

Setting node version the same as in loopback-datasource-juggler
to support new versions of node.
This commit is contained in:
Ahmet Cetin 2020-02-10 19:01:17 +01:00 committed by Miroslav Bajtoš
parent a575d934a7
commit 06f0d16701
No known key found for this signature in database
GPG Key ID: 6F2304BA9361C7E3
2 changed files with 2 additions and 1 deletions

View File

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

View File

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