Skip to content

Commit f2bf82c

Browse files
committed
feat(Node.js): Drop support for Node.js 8
BREAKING CHANGE: Node.js 8 is no longer supported as it will reach [end of life](https://github.com/nodejs/Release#release-schedule) at the end of 2019 Connects pelias/pelias#837
1 parent 4350841 commit f2bf82c

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 @@ dist: xenial
33
notifications:
44
email: false
55
node_js:
6-
- 8
76
- 10
87
- 12
98
matrix:

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"url": "https://github.com/pelias/api/issues"
3434
},
3535
"engines": {
36-
"node": ">=8.0.0"
36+
"node": ">=10.0.0"
3737
},
3838
"dependencies": {
3939
"@hapi/joi": "^16.0.1",

0 commit comments

Comments
 (0)