Skip to content

Commit

Permalink
Remove support for nodejs 7 and 9
Browse files Browse the repository at this point in the history
Those nodejs versions reached there end of life and are no longer
supported.
  • Loading branch information
lo1tuma committed Jan 21, 2019
1 parent 621ee7d commit b843513
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
language: node_js
node_js:
- '6'
- '7'
- '8'
- '9'
- '10'
- '11'

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"url": "git://github.com/ramda/eslint-plugin-ramda.git"
},
"engines": {
"node": ">=6.0.0"
"node": ">=6.0.0 <7 || >=8.0.0 <9 || >=10.0.0"
},
"files": [
"index.js",
Expand Down

0 comments on commit b843513

Please sign in to comment.