From 87ee1959e8a551c7a964752ba6fffa0b841a0039 Mon Sep 17 00:00:00 2001 From: Markus Dobmann Date: Thu, 30 Nov 2023 12:15:47 +0100 Subject: [PATCH] update node v18 usage and active LTS alignment in docs --- .../contributors/code/getting-started-with-code-contribution.md | 2 +- platform-docs/docs/intro.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/contributors/code/getting-started-with-code-contribution.md b/docs/contributors/code/getting-started-with-code-contribution.md index 3de83d50268d8..3808942359cfd 100644 --- a/docs/contributors/code/getting-started-with-code-contribution.md +++ b/docs/contributors/code/getting-started-with-code-contribution.md @@ -5,7 +5,7 @@ The following guide is for setting up your local environment to contribute to th ## Prerequisites - Node.js - Gutenberg is a JavaScript project and requires [Node.js](https://nodejs.org/). The project is built using Node.js v16, and npm v8. See the [LTS release schedule](https://github.com/nodejs/Release#release-schedule) for details. + Gutenberg is a JavaScript project that requires [Node.js](https://nodejs.org/). The project is built using Node.js v18 and npm v9. Node.js v18 is the current maintenance release version. Our goal is to stay aligned with the active LTS version, which is currently Node.js v20, to ensure stability and long-term support. For more details on LTS versions and their release schedules, please refer to the [Node.js release schedule](https://github.com/nodejs/Release#release-schedule). We recommend using the [Node Version Manager](https://github.com/nvm-sh/nvm) (nvm) since it is the easiest way to install and manage node for macOS, Linux, and Windows 10 using WSL2. See [our Development Tools guide](/docs/getting-started/devenv/README.md#development-tools) or the Nodejs site for additional installation instructions. diff --git a/platform-docs/docs/intro.md b/platform-docs/docs/intro.md index 79a142731891e..eee10254e722d 100644 --- a/platform-docs/docs/intro.md +++ b/platform-docs/docs/intro.md @@ -9,7 +9,7 @@ Let's discover how to use the **Gutenberg Block Editor** to build your own block ## What you'll need -- [Node.js](https://nodejs.org/en/download/) version 16.14 or above. +- [Node.js](https://nodejs.org/en/download/) version 18.18 or above. - We're going to be using "vite" to setup our single page application (SPA) that contains a block editor. You can use your own setup, and your own application for this. ## Preparing the SPA powered by Vite.