diff --git a/docs/getting-started.md b/docs/getting-started.md index 5f04632..512427d 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 ee540a9..0dce2b8 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 44db403..17f4312 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",