Skip to content

Commit c703a77

Browse files
committedJul 17, 2022
breaking: drop Node 10
1 parent 6f2163c commit c703a77

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed
 

‎.github/workflows/tests.yml

-5
Original file line numberDiff line numberDiff line change
@@ -55,11 +55,6 @@ jobs:
5555
node: [12, 14, 16, 17]
5656
eslint: [latest]
5757
include:
58-
# Node 10 support: will be dropped in next major version
59-
- os: ubuntu-latest
60-
node: 10
61-
eslint: 7
62-
6358
# ESLint 4.7 support: lowest version supported
6459
- os: ubuntu-latest
6560
node: 16

‎CHANGELOG.md

+3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
UNRELEASED v7.0.0
2+
* **Breaking: drop Node 10 support**
3+
14
2021-09-20 v6.2.0
25
* Update dependencies
36
* Fix support for ESLint v8.0.0-beta.2

0 commit comments

Comments
 (0)
Please sign in to comment.