We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5c4a2f6 commit 49ef331Copy full SHA for 49ef331
.github/workflows/CI.yml
@@ -28,7 +28,7 @@ jobs:
28
strategy:
29
matrix:
30
os: [ubuntu-latest]
31
- eslint: [6]
+ eslint: [7]
32
node: [10, 12, 14, 16]
33
include:
34
# On other platforms
@@ -37,6 +37,8 @@ jobs:
37
- os: macos-latest
38
node: 16
39
# On old ESLint versions
40
+ - eslint: 6
41
+ node: 16
42
- eslint: 5
43
44
# On the minimum supported ESLint/Node.js version
package.json
@@ -24,7 +24,7 @@
24
"devDependencies": {
25
"@mysticatea/eslint-plugin": "^13.0.0",
26
"codecov": "^3.8.2",
27
- "eslint": "^6.3.0",
+ "eslint": "^7.32.0",
"eslint-plugin-node": "file:.",
"fast-glob": "^2.2.7",
"globals": "^11.12.0",
0 commit comments