Skip to content

Commit

Permalink
chore: update requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
ovflowd committed Dec 28, 2024
1 parent 51201a9 commit 446ef62
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions apps/site/pages/en/about/previous-releases.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,10 @@ for example, via CLIs, OS package managers (such as `apt`), or Node.js version m
The Node.js project, in an attempt to popularize and advertise community efforts, has introduced a new Downloads page that lists both Official and Community installation methods, providing more versatility and options for users.
With this change, we introduced the concept of "Official" and "Community" installation methods. In order to be considered "Official", the installation method must meet the following requirements:

| Requirements |
| ------------------------------------------------------------------------------------------------------ |
| New Node.js releases must be available simultaneously upon the official release |
| Project maintainers have a close relationship with Node.js, at least a direct communication way |
| Installation method downloads the official binaries bundled by the Node.js project |
| Installation method builds from source and/or modifies what gets bundled (SSL version, Corepack, etc.) |
| Installation method is the default recommendation for supported environments |
| Requirements |
| ----------------------------------------------------------------------------------------------------- |
| New Node.js releases must be available simultaneously upon the official release |
| Project maintainers have a close relationship with Node.js, at least a direct communication way |
| Installation method downloads the official binaries bundled by the Node.js project |
| Installation method does **not** build from source or alter the official binaries provided by Node.js |
| Installation method is the default recommendation for supported environments |

0 comments on commit 446ef62

Please sign in to comment.