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:
parent
a575d934a7
commit
06f0d16701
|
@ -3,3 +3,4 @@ language: node_js
|
|||
node_js:
|
||||
- "8"
|
||||
- "10"
|
||||
- "12"
|
||||
|
|
|
@ -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",
|
||||
|
|
Loading…
Reference in New Issue