From 80308a0e7ab82b332f32260742f2a720f8c9f338 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=94=AF=E7=84=B6?= Date: Tue, 14 Oct 2025 13:04:59 +0800 Subject: [PATCH 1/2] feat!: Require Node.js ^20.19.0 || ^22.13.0 || >=24 refs eslint/eslint#19969 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 317a7a9..6a1f850 100644 --- a/package.json +++ b/package.json @@ -110,6 +110,6 @@ "yorkie": "^2.0.0" }, "engines": { - "node": "^18.18.0 || ^20.9.0 || >=21.1.0" + "node": "^20.19.0 || ^22.13.0 || >=24" } } From 01c79e78907748be8c22d276a0f922fca85725be Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=94=AF=E7=84=B6?= Date: Tue, 14 Oct 2025 15:17:07 +0800 Subject: [PATCH 2/2] Update Node.js version in CI workflow --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3d413e7..17f55cd 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -28,7 +28,7 @@ jobs: fail-fast: false matrix: os: [ubuntu-latest] - node: [25.x, 24.x, 22.x, 20.x, 18.x, "18.18.0"] + node: [25.x, 24.x, 22.x, 20.x, "20.19.0"] include: - os: windows-latest node: "lts/*"