Skip to content

Commit

Permalink
feat!: drop node.js < 16
Browse files Browse the repository at this point in the history
refs: #42
  • Loading branch information
aladdin-add committed Mar 13, 2023
1 parent fe82e2e commit 08c3cbc
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 10 deletions.
9 changes: 0 additions & 9 deletions .github/workflows/CI.yml
Expand Up @@ -35,18 +35,9 @@ jobs:
node: [18.x]
include:
# run on node lts(ubuntu-latest)
- os: ubuntu-latest
node: "12.x"
eslint: "8.x"
- os: ubuntu-latest
node: "14.x"
eslint: "8.x"
- os: ubuntu-latest
node: "16.x"
eslint: "8.x"
- os: ubuntu-latest
node: "17.x"
eslint: "8.x"
- os: ubuntu-latest
node: "19.x"
eslint: "8.x"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -3,7 +3,7 @@
"version": "15.6.1",
"description": "Additional ESLint's rules for Node.js",
"engines": {
"node": ">=12.22.0"
"node": ">=16.0.0"
},
"main": "lib/index.js",
"files": [
Expand Down

0 comments on commit 08c3cbc

Please sign in to comment.