Skip to content

Commit b047977

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

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

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"url": "https://github.com/pelias/model/issues"
2626
},
2727
"engines": {
28-
"node": ">= 8.0.0"
28+
"node": ">= 10.0.0"
2929
},
3030
"dependencies": {
3131
"lodash": "^4.6.1",

0 commit comments

Comments
 (0)