Skip to content

Commit

Permalink
chore!: drop eslint v6/7 and node.js 14/15 support
Browse files Browse the repository at this point in the history
  • Loading branch information
Yash-Singh1 committed May 12, 2023
1 parent f546c10 commit 16c5020
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [14.x, 15.x, 16.x, 17.x, 18.x, 19.x, 20.x]
node-version: [16.x, 17.x, 18.x, 19.x, 20.x]

steps:
- name: Clone repository
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,10 @@
"should": "^13.2.3"
},
"peerDependencies": {
"eslint": ">=6.0.0 <9"
"eslint": ">=8.0.0 <9"
},
"engines": {
"node": ">=14.0.0 <21.0.0"
"node": ">=16.0.0 <21.0.0"
},
"license": "MIT",
"homepage": "https://github.com/Yash-Singh1/eslint-plugin-userscripts#readme",
Expand Down

0 comments on commit 16c5020

Please sign in to comment.