Skip to content

Commit

Permalink
feat!: drop node v8 and v10 (#203)
Browse files Browse the repository at this point in the history
* feat!: drop node v8 and v10

* feat!: remove node v18

* chore: Update node version

Co-authored-by: Brandon Mills <btmills@users.noreply.github.com>

Co-authored-by: Brandon Mills <btmills@users.noreply.github.com>
  • Loading branch information
amareshsm and btmills committed Jun 25, 2022
1 parent f186730 commit 071fa66
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 13 deletions.
13 changes: 1 addition & 12 deletions .github/workflows/ci.yml
Expand Up @@ -30,18 +30,7 @@ jobs:
matrix:
os: [ubuntu-latest]
eslint: [6, 7, 8]
node: [8.10.0, 8, 10, 12, 14, 16]
exclude:
- eslint: 8
node: 10
- eslint: 8
node: 8
- eslint: 8
node: 8.10.0
- eslint: 7
node: 8
- eslint: 7
node: 8.10.0
node: [12.22.0, 12, 14, 16]
include:
- os: windows-latest
eslint: 7
Expand Down
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -53,6 +53,6 @@
"eslint": "^6.0.0 || ^7.0.0 || ^8.0.0"
},
"engines": {
"node": "^8.10.0 || ^10.12.0 || >=12.0.0"
"node": "^12.22.0 || ^14.17.0 || >=16.0.0"
}
}

0 comments on commit 071fa66

Please sign in to comment.