Drop support for Node.js 4.x, 5.x and 7.x
These version are no longer supported by the Node.js project.
This commit is contained in:
parent
d7b74e293e
commit
fcaa7adc61
|
@ -1,7 +1,5 @@
|
||||||
sudo: false
|
sudo: false
|
||||||
language: node_js
|
language: node_js
|
||||||
node_js:
|
node_js:
|
||||||
- "4"
|
|
||||||
- "6"
|
- "6"
|
||||||
- "7"
|
|
||||||
- "8"
|
- "8"
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
"version": "3.3.0",
|
"version": "3.3.0",
|
||||||
"description": "Current context for LoopBack applications, based on cls-hooked",
|
"description": "Current context for LoopBack applications, based on cls-hooked",
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": "^4.5 || ^5.10 || ^6.0 || ^7.0 || ^8.2.1"
|
"node": "^6.0 || ^8.2.1"
|
||||||
},
|
},
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"StrongLoop",
|
"StrongLoop",
|
||||||
|
|
Loading…
Reference in New Issue