Skip to content

Commit 8ffb50f

Browse files
feat!: drop Node 12, 14 & 16 support (#242)
BREAKING CHANGE: Requires Node@^18.18.0 || ^20.9.0 || >=21.1.0
1 parent fd0f085 commit 8ffb50f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
strategy:
5050
matrix:
5151
eslint: [8]
52-
node: [12.22.0, 12, 14.17.0, 14, 16, 18, 20, 22]
52+
node: [18.18.0, 18, 20.9.0, 20, 22]
5353
os: [ubuntu-latest]
5454
include:
5555
# On other platforms

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@
7474
"eslint": "^6.0.0 || ^7.0.0 || >=8.0.0"
7575
},
7676
"engines": {
77-
"node": "^12.22.0 || ^14.17.0 || >=16.0.0"
77+
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
7878
},
7979
"funding": "https://opencollective.com/eslint"
8080
}

0 commit comments

Comments
 (0)