Skip to content

Commit 3fb375d

Browse files
committed
feat: drop Node 4, 6, 8, 10, 12, 14 & 16 support
BREAKING CHANGE: Requires Node@^18.18.0 || ^20.9.0 || >=21.1.0
1 parent d1556a3 commit 3fb375d

File tree

3 files changed

+3
-120
lines changed

3 files changed

+3
-120
lines changed

Diff for: .github/workflows/node-minors.yml

-117
This file was deleted.

Diff for: .github/workflows/node-18+.yml renamed to .github/workflows/node.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: 'Tests: node.js (18+)'
1+
name: 'Tests: node.js'
22

33
on: [pull_request, push]
44

@@ -14,7 +14,7 @@ jobs:
1414
with:
1515
versionsAsRoot: true
1616
type: majors
17-
preset: '>=18'
17+
preset: '^18.18.0 || ^20.9.0 || >=21.1.0'
1818

1919
latest:
2020
needs: [matrix]

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@
8585
"eslint": "^3 || ^4 || ^5 || ^6 || ^7 || ^8 || ^9.7"
8686
},
8787
"engines": {
88-
"node": ">=4"
88+
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
8989
},
9090
"keywords": [
9191
"eslint",

0 commit comments

Comments
 (0)