Skip to content

Commit

Permalink
update node v18 usage and active LTS alignment in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
flootr committed Nov 30, 2023
1 parent c949b0b commit 87ee195
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
2 changes: 1 addition & 1 deletion platform-docs/docs/intro.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 87ee195

Please sign in to comment.