We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8ffb50f commit 7178556Copy full SHA for 7178556
.github/workflows/ci.yml
@@ -60,14 +60,11 @@ jobs:
60
eslint: 8
61
node: 20
62
# On old ESLint versions
63
- - eslint: 7
64
- node: 20
65
- os: ubuntu-latest
66
- - eslint: 6
+ - eslint: 8.57.0
67
68
os: ubuntu-latest
69
# On the minimum supported ESLint/Node.js version
70
- - eslint: 6.0.0
71
node: 12.22.0
72
73
runs-on: ${{ matrix.os }}
package.json
@@ -71,7 +71,7 @@
"warun": "^1.0.0"
},
"peerDependencies": {
74
- "eslint": "^6.0.0 || ^7.0.0 || >=8.0.0"
+ "eslint": "^8.57.0 || ^9.0.0"
75
76
"engines": {
77
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
0 commit comments