add support for node14
This commit is contained in:
parent
6cb6fc879b
commit
3a9bc83de4
|
@ -4,3 +4,4 @@ node_js:
|
|||
- "8"
|
||||
- "10"
|
||||
- "12"
|
||||
- "14"
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
"version": "3.5.2",
|
||||
"description": "Current context for LoopBack applications, based on cls-hooked",
|
||||
"engines": {
|
||||
"node": "^8.2.1 || ^10.14 || ^12.15"
|
||||
"node": "^8.2.1 || ^10.14 || ^12.15 || ^14.16"
|
||||
},
|
||||
"keywords": [
|
||||
"StrongLoop",
|
||||
|
|
Loading…
Reference in New Issue