We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6f2163c commit c703a77Copy full SHA for c703a77
.github/workflows/tests.yml
@@ -55,11 +55,6 @@ jobs:
55
node: [12, 14, 16, 17]
56
eslint: [latest]
57
include:
58
- # Node 10 support: will be dropped in next major version
59
- - os: ubuntu-latest
60
- node: 10
61
- eslint: 7
62
-
63
# ESLint 4.7 support: lowest version supported
64
- os: ubuntu-latest
65
node: 16
CHANGELOG.md
@@ -1,3 +1,6 @@
1
+UNRELEASED v7.0.0
2
+* **Breaking: drop Node 10 support**
3
+
4
2021-09-20 v6.2.0
5
* Update dependencies
6
* Fix support for ESLint v8.0.0-beta.2
0 commit comments