Skip to content

Commit a1eb7f5

Browse files
authored
feat!: Require Node.js ^20.19.0 || ^22.13.0 || >=24 (#302)
* feat!: Require Node.js ^20.19.0 || ^22.13.0 || >=24 Release-As: 1.0.0 refs eslint/eslint#19969 * Update Node.js version in CI workflow
1 parent 3a0992e commit a1eb7f5

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
@@ -28,7 +28,7 @@ jobs:
2828
fail-fast: false
2929
matrix:
3030
os: [ubuntu-latest]
31-
node: [25.x, 24.x, 22.x, 20.x, 18.x, "18.18.0"]
31+
node: [25.x, 24.x, 22.x, 20.x, "20.19.0"]
3232
include:
3333
- os: windows-latest
3434
node: "lts/*"

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,6 @@
110110
"yorkie": "^2.0.0"
111111
},
112112
"engines": {
113-
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
113+
"node": "^20.19.0 || ^22.13.0 || >=24"
114114
}
115115
}

0 commit comments

Comments
 (0)