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 c68f69d commit e839d6dCopy full SHA for e839d6d
.github/workflows/ci.yml
@@ -63,14 +63,11 @@ jobs:
63
- eslint: 8
64
node: 24
65
os: ubuntu-latest
66
- - eslint: 7
67
- node: 24
68
- os: ubuntu-latest
69
- - eslint: 6
+ - eslint: 8.57.0
70
71
72
# On the minimum supported ESLint/Node.js version
73
- - eslint: 6.0.0
74
node: 18.18.0
75
76
runs-on: ${{ matrix.os }}
package.json
@@ -80,7 +80,7 @@
80
"warun": "^1.0.0"
81
},
82
"peerDependencies": {
83
- "eslint": "^6.0.0 || ^7.0.0 || >=8.0.0"
+ "eslint": "^8.57.0 || ^9.0.0"
84
85
"engines": {
86
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
0 commit comments