add support for node14

This commit is contained in:
loaialaddien 2021-03-17 15:45:54 +02:00
parent 6cb6fc879b
commit 3a9bc83de4
2 changed files with 2 additions and 1 deletions

View File

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

View File

@ -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",