From 75b11045cddafdb6e6421797fe3e1ded661866bd Mon Sep 17 00:00:00 2001 From: poketopa Date: Sun, 23 Aug 2026 22:05:33 +0900 Subject: [PATCH] fix: align supported Node engine range --- docs/getting-started.md | 2 +- docs/ko/getting-started.md | 2 +- package.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/getting-started.md b/docs/getting-started.md index 5f046329..512427d4 100644 --- a/docs/getting-started.md +++ b/docs/getting-started.md @@ -40,7 +40,7 @@ It is compatible with all Windows/macOS/Linux operating systems. ## Installation -`es-git` supports Node.js 10.20 or later. To install `es-git`, run one of the following commands: +`es-git` supports Node.js 20 or later. To install `es-git`, run one of the following commands: ::: code-group diff --git a/docs/ko/getting-started.md b/docs/ko/getting-started.md index ee540a9b..0dce2b89 100644 --- a/docs/ko/getting-started.md +++ b/docs/ko/getting-started.md @@ -40,7 +40,7 @@ Windows/macOS/Linux 운영체제 모두 호환해요. ## 설치 -`es-git`은 Node.js 10.20 또는 이후 버전을 지원해요. `es-git`을 설치하려면 다음 명령어를 실행하세요. +`es-git`은 Node.js 20 이상 버전을 지원해요. `es-git`을 설치하려면 다음 명령어를 실행하세요. ::: code-group diff --git a/package.json b/package.json index 44db4034..17f43122 100644 --- a/package.json +++ b/package.json @@ -30,7 +30,7 @@ ] }, "engines": { - "node": ">= 10.20.0 < 11 || >= 12.17.0 < 13 || >= 14.0.0" + "node": ">=20" }, "workspaces": [ "docs",