diff --git a/README.md b/README.md index 75411bc6a..980fc0efd 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ Before you begin, you need to install the following tools: -- [Node (>= v18.18)](https://nodejs.org/en/download/) +- [Node (>= v20.18.3)](https://nodejs.org/en/download/) - Yarn ([v1](https://classic.yarnpkg.com/en/docs/install/) or [v2+](https://yarnpkg.com/getting-started/install)) - [Git](https://git-scm.com/downloads) diff --git a/package.json b/package.json index 68ca46d0e..8819da90f 100644 --- a/package.json +++ b/package.json @@ -55,6 +55,6 @@ "lint-staged": "^15.2.10" }, "engines": { - "node": ">=18.18.0" + "node": ">=20.18.3" } }