From eba1ea58a2b3bcbdf335e9c32c28d28cfa29e582 Mon Sep 17 00:00:00 2001 From: Mrugesh Mohapatra <1884376+raisedadead@users.noreply.github.com> Date: Tue, 20 Dec 2022 00:00:57 +0530 Subject: [PATCH] docs: update pre-req to Node.js 18 (#48798) --- docs/how-to-setup-freecodecamp-locally.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/how-to-setup-freecodecamp-locally.md b/docs/how-to-setup-freecodecamp-locally.md index eae5a04a4fe..117657834d1 100644 --- a/docs/how-to-setup-freecodecamp-locally.md +++ b/docs/how-to-setup-freecodecamp-locally.md @@ -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` | - |