Skip to content

Commit 7d61c00

Browse files
committed
feat: drop support for Node v23
BREAKING CHANGE: dropped support for Node v23
1 parent 60283fd commit 7d61c00

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: [20.x, 22.x, 23.x, 24.x]
75+
node-version: [20.x, 22.x, 24.x]
7676
eslint-version: [8, 9]
7777
ts-eslint-plugin-version: [8]
7878
runs-on: ubuntu-latest

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": "^20.0.0 || >=22.0.0"
133+
"node": "^20.0.0 || ^22.0.0 || >=24.0.0"
134134
},
135135
"publishConfig": {
136136
"provenance": true

0 commit comments

Comments
 (0)