Skip to content

Commit e76fbf6

Browse files
committed
Drop support for Node.js 8.x
The version has reached end of life several months ago. Signed-off-by: Miroslav Bajtoš <mbajtoss@gmail.com>
1 parent 1ce261b commit e76fbf6

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.travis.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
language: node_js
22
node_js:
3-
- "8"
43
- "10"
54
- "12"
65

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"version": "3.9.1",
44
"description": "Loopback PostgreSQL Connector",
55
"engines": {
6-
"node": ">=8"
6+
"node": ">=10"
77
},
88
"keywords": [
99
"StrongLoop",

0 commit comments

Comments
 (0)