Skip to content

Commit 7e72578

Browse files
committed
feat!: Require Node.js ^20.19.0 || ^22.13.0 || >=24
1 parent cf7f3e0 commit 7e72578

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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
"yorkie": "^2.0.0"
5353
},
5454
"engines": {
55-
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
55+
"node": "^20.19.0 || ^22.13.0 || >=24"
5656
},
5757
"lint-staged": {
5858
"*.js": "eslint --fix"

0 commit comments

Comments
 (0)