From f7f50400084e448fdabf0e1403b2faa52960ed6e Mon Sep 17 00:00:00 2001 From: Chirag Madlani <12962843+chirag-madlani@users.noreply.github.com> Date: Thu, 30 Mar 2023 18:37:49 +0530 Subject: [PATCH] update node version in prerequisites (#10844) --- .../contribute/build-code-and-run-tests/prerequisites.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openmetadata-docs/content/developers/contribute/build-code-and-run-tests/prerequisites.md b/openmetadata-docs/content/developers/contribute/build-code-and-run-tests/prerequisites.md index a712a7efdeb..fd60a1fa27e 100644 --- a/openmetadata-docs/content/developers/contribute/build-code-and-run-tests/prerequisites.md +++ b/openmetadata-docs/content/developers/contribute/build-code-and-run-tests/prerequisites.md @@ -13,7 +13,7 @@ OpenMetadata being a full stack project, we use the following for development: - [Antlr 4.9.2](https://www.antlr.org/) - `sudo make install_antlr_cli` - [Maven 3.5.x or higher](https://maven.apache.org/install.html) - (with Java JDK 11) - [Python 3.7 or higher](https://www.python.org/downloads/) -- [Node >=16.0.0](https://nodejs.org/en/download/) +- [Node >=16.0.0 & Node <= 18.0.0](https://nodejs.org/en/download/) - [Yarn ^1.22.0](https://classic.yarnpkg.com/lang/en/docs/install/) - [Rpm (Optional, only to run RPM profile with maven)](https://macappstore.org/rpm/)