Skip to content

Commit

Permalink
feat: drop support for node 8
Browse files Browse the repository at this point in the history
BREAKING CHANGE: drop support for node 8
  • Loading branch information
G-Rath committed Jan 4, 2021
1 parent 3a6f013 commit 369aed3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/checks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,12 +33,8 @@ jobs:
strategy:
fail-fast: false
matrix:
node-version: [8.x, 10.x, 12.x, 13.x, 14.x]
node-version: [10.x, 12.x, 13.x, 14.x]
eslint-version: [6, 7]
exclude:
# eslint@7 doesn't support node@8
- node-version: 8.x
eslint-version: 7
runs-on: ubuntu-latest

steps:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@
"eslint": ">=5"
},
"engines": {
"node": ">=8"
"node": ">=10"
},
"release": {
"plugins": [
Expand Down

0 comments on commit 369aed3

Please sign in to comment.