Skip to content

Commit 4cc5b83

Browse files
author
Dekel Barzilay
committed
Removed support for NodeJS 8
1 parent 912682f commit 4cc5b83

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
@@ -2,6 +2,5 @@ language: node_js
22
node_js:
33
- '12'
44
- '10'
5-
- '8'
65
sudo: false
76
after_success: npm run coverage

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"url": "https://github.com/dekelev/feathers-http-distributed/issues"
2828
},
2929
"engines": {
30-
"node": ">= 8"
30+
"node": ">= 10"
3131
},
3232
"scripts": {
3333
"publish": "git push origin --tags && npm run changelog && git push origin",

0 commit comments

Comments
 (0)