Skip to content

Commit b8f6c82

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

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.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

package.json

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

0 commit comments

Comments
 (0)