Skip to content

Commit

Permalink
Removed support for NodeJS 8
Browse files Browse the repository at this point in the history
  • Loading branch information
Dekel Barzilay committed Aug 17, 2020
1 parent 912682f commit 4cc5b83
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,5 @@ language: node_js
node_js:
- '12'
- '10'
- '8'
sudo: false
after_success: npm run coverage
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"url": "https://github.com/dekelev/feathers-http-distributed/issues"
},
"engines": {
"node": ">= 8"
"node": ">= 10"
},
"scripts": {
"publish": "git push origin --tags && npm run changelog && git push origin",
Expand Down

0 comments on commit 4cc5b83

Please sign in to comment.