From b7047bb57b7f062abe624766d87e5493d9289718 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=94=AF=E7=84=B6?= Date: Tue, 14 Oct 2025 13:06:14 +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 50db6a8..c146c1b 100644 --- a/package.json +++ b/package.json @@ -105,6 +105,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 38f816daadc0c78fa4bcb8468e8a30e877059442 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=94=AF=E7=84=B6?= Date: Tue, 14 Oct 2025 15:16:24 +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 e5b8ca7..72256c2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -27,7 +27,7 @@ jobs: strategy: 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/*"