Skip to content

Commit 278a6e4

Browse files
committed
feat(Node.js): Drop support for Node.js 8
Connects pelias/pelias#837
1 parent 113a7d8 commit 278a6e4

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

Diff for: .travis.yml

-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ language: node_js
33
notifications:
44
email: false
55
node_js:
6-
- 8
76
- 10
87
matrix:
98
fast_finish: true

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"version": "0.0.0-development",
44
"description": "Database client for Pelias import pipelines",
55
"engines": {
6-
"node": ">=8.0.0"
6+
"node": ">=10.0.0"
77
},
88
"main": "index.js",
99
"scripts": {

0 commit comments

Comments
 (0)