Skip to content

Commit a5bfe15

Browse files
authored
fix: broken nodejs releases link (#1967)
1 parent 525dcab commit a5bfe15

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docusaurus/docs/snippets/installation-prerequisites.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Before installing Strapi, the following requirements must be installed on your computer:
22

3-
- [Node.js](https://nodejs.org): Only [Active LTS or Maintenance LTS versions](https://nodejs.dev/en/about/releases/) are supported (currently `v18` and `v20`). Odd-number releases of Node, known as "current" versions of Node.js, are not supported (e.g. v19, v21).
3+
- [Node.js](https://nodejs.org): Only [Active LTS or Maintenance LTS versions](https://nodejs.org/en/about/previous-releases) are supported (currently `v18` and `v20`). Odd-number releases of Node, known as "current" versions of Node.js, are not supported (e.g. v19, v21).
44
- Your preferred Node.js package manager:
55
- [npm](https://docs.npmjs.com/cli/v6/commands/npm-install) (`v6` and above)
66
- [yarn](https://yarnpkg.com/getting-started/install)

0 commit comments

Comments
 (0)