Skip to content
This repository has been archived by the owner on Oct 16, 2024. It is now read-only.

contrib/docs: Node version #290

Merged
merged 1 commit into from
Jan 12, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 2 additions & 3 deletions content/docs/contributing/docs.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,9 +56,8 @@ changes before submitting them, and it's quite necessary when making changes to
the website engine itself. Source code and content files need to be properly
formatted and linted as well, which is also ensured by the full setup below.

Make sure you have [Python](https://www.python.org/downloads/) 3.7+, a recent
LTS version of [Node.js](https://nodejs.org/en/) (`>=14.0.0`, `<=16.x`), and
install [Yarn](https://yarnpkg.com/):
Make sure you have a recent LTS version of [Node.js](https://nodejs.org/en/)
(`>=18.0.0`, `<=19.x`), and install [Yarn](https://yarnpkg.com/):

> In Windows, you may need to install [Visual Studio Build Tools], and the
> [Windows SDK] first.
Expand Down