Skip to content

Commit

Permalink
Breaking: drop Node v8 support (#429)
Browse files Browse the repository at this point in the history
* Breaking: drop Node v8 support

* Update .travis.yml

Co-Authored-By: Brandon Mills <btmills@users.noreply.github.com>

Co-authored-by: Brandon Mills <btmills@users.noreply.github.com>
  • Loading branch information
kaicataldo and btmills committed May 7, 2020
1 parent 6048bfe commit 8fe2efc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 7 deletions.
9 changes: 3 additions & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,15 +1,12 @@
language: node_js
node_js:
- 6
- 7
- 8
- 9
- "10.12.0"
- 10
- 11
- 12
- 13

script:
- if [ $TRAVIS_NODE_VERSION -ge 8 ]; then node Makefile.js lint; fi
- node Makefile.js lint
- node Makefile.js test

after_success:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"espree.js"
],
"engines": {
"node": ">=6.0.0"
"node": "^10.12.0 || >=12.0.0"
},
"repository": "eslint/espree",
"bugs": {
Expand Down

0 comments on commit 8fe2efc

Please sign in to comment.