Skip to content

Commit 76a31d9

Browse files
authored
Merge pull request pelias#1400 from pelias/drop-nodejs8-support
Drop support for Node.js 8
2 parents 4350841 + f2bf82c commit 76a31d9

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)