Skip to content

Commit 6f13a10

Browse files
committed
feat(Node.js): Drop support for Node.js 8
Connects pelias/pelias#837
1 parent c6af299 commit 6f13a10

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
- 12
98
matrix:

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "pelias-placeholder",
33
"version": "0.0.0-development",
44
"engines": {
5-
"node": ">=8.0.0"
5+
"node": ">=10.0.0"
66
},
77
"author": "mapzen",
88
"license": "MIT",

0 commit comments

Comments
 (0)