Skip to content

Commit 28b4195

Browse files
committed
feat: drop support for Node v21
BREAKING CHANGE: dropped support for Node v21
1 parent 07a0e75 commit 28b4195

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/nodejs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ jobs:
7272
strategy:
7373
fail-fast: false
7474
matrix:
75-
node-version: [18.x, 20.x, 21.x, 22.x, 23.x, 24.x]
75+
node-version: [18.x, 20.x, 22.x, 23.x, 24.x]
7676
eslint-version: [7, 8, 9]
7777
ts-eslint-plugin-version: [6, 7, 8]
7878
exclude:

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@
130130
},
131131
"packageManager": "[email protected]",
132132
"engines": {
133-
"node": "^18.12.0 || >=20.0.0"
133+
"node": "^18.12.0 || ^20.0.0 || >=22.0.0"
134134
},
135135
"publishConfig": {
136136
"provenance": true

0 commit comments

Comments
 (0)