Skip to content

Commit

Permalink
fix: broken nodejs releases link (#1967)
Browse files Browse the repository at this point in the history
  • Loading branch information
dev-shetty authored Jan 8, 2024
1 parent 525dcab commit a5bfe15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docusaurus/docs/snippets/installation-prerequisites.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Before installing Strapi, the following requirements must be installed on your computer:

- [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).
- [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).
- Your preferred Node.js package manager:
- [npm](https://docs.npmjs.com/cli/v6/commands/npm-install) (`v6` and above)
- [yarn](https://yarnpkg.com/getting-started/install)
Expand Down

1 comment on commit a5bfe15

@vercel
Copy link

@vercel vercel bot commented on a5bfe15 Jan 8, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

documentation – ./

documentation-git-main-strapijs.vercel.app
documentation-strapijs.vercel.app
docs-vercel-v4.strapi.io

Please sign in to comment.