Skip to content

Commit 019fbcd

Browse files
authored
feat!: Require Node.js ^20.19.0 || ^22.13.0 || >=24 (#165)
* feat!: Require Node.js ^20.19.0 || ^22.13.0 || >=24 refs eslint/eslint#19969 * Update Node.js version in CI workflow
1 parent a3c26ca commit 019fbcd

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
@@ -27,7 +27,7 @@ jobs:
2727
strategy:
2828
matrix:
2929
os: [ubuntu-latest]
30-
node: [25.x, 24.x, 22.x, 20.x, 18.x, "18.18.0"]
30+
node: [25.x, 24.x, 22.x, 20.x, "20.19.0"]
3131
include:
3232
- os: windows-latest
3333
node: "lts/*"

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,6 @@
106106
"yorkie": "^2.0.0"
107107
},
108108
"engines": {
109-
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
109+
"node": "^20.19.0 || ^22.13.0 || >=24"
110110
}
111111
}

0 commit comments

Comments
 (0)