docs: update pre-req to Node.js 18 (#48798)

This commit is contained in:
Mrugesh Mohapatra
2022-12-20 00:00:57 +05:30
committed by GitHub
parent 1d6e10c38c
commit eba1ea58a2

View File

@@ -81,7 +81,7 @@ Some community members also develop on Windows 10 natively with Git for Windows
| Prerequisite | Version | Notes |
| --------------------------------------------------------------------------------------------- | ------- | ------------------------------------------------------------------------------------------- |
| [Node.js](http://nodejs.org) | `16.x` | We use the "Active LTS" version, See [LTS Schedule](https://nodejs.org/en/about/releases/). |
| [Node.js](http://nodejs.org) | `18.x` | We use the "Active LTS" version, See [LTS Schedule](https://nodejs.org/en/about/releases/). |
| npm (comes bundled with Node) | `8.x` | We use the version bundled with Node.js Active LTS. |
| [MongoDB Community Server](https://docs.mongodb.com/manual/administration/install-community/) | `4.2.x` | - |