Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion docs/ko/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ Windows/macOS/Linux 운영체제 모두 호환해요.

## 설치

`es-git`은 Node.js 10.20 또는 이후 버전을 지원해요. `es-git`을 설치하려면 다음 명령어를 실행하세요.
`es-git`은 Node.js 20 이상 버전을 지원해요. `es-git`을 설치하려면 다음 명령어를 실행하세요.

::: code-group

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
]
},
"engines": {
"node": ">= 10.20.0 < 11 || >= 12.17.0 < 13 || >= 14.0.0"
"node": ">=20"
},
"workspaces": [
"docs",
Expand Down
Loading