update node version in prerequisites (#10844)

This commit is contained in:
Chirag Madlani 2023-03-30 18:37:49 +05:30 committed by GitHub
parent a5e6acbed4
commit f7f5040008
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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/)