Skip to content

Commit 28b7876

Browse files
authored
Merge pull request #22 from pelias/remove-nodejs-8
Drop support for Node.js 8
2 parents 5dc8aae + b88b431 commit 28b7876

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.travis.yml

Lines changed: 0 additions & 1 deletion
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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"author": "Pelias",
1313
"license": "MIT",
1414
"engines": {
15-
"node": ">=8.0.0"
15+
"node": ">=10.0.0"
1616
},
1717
"repository": {
1818
"type": "git",

0 commit comments

Comments
 (0)