Skip to content

Commit

Permalink
docs: update stability guarantees text
Browse files Browse the repository at this point in the history
Update the text of the stability guarantees to clarify which versions of
node.js are supported by Hardhat.
  • Loading branch information
kanej committed Jun 13, 2024
1 parent a7ebd8f commit 40e9e53
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ We will only introduce these changes when a hardfork activates on Mainnet. This

## Node.js versions support

Hardhat supports every currently maintained LTS Node.js version, up to two months after its end-of-life. After that period of time, we will stop testing against it, and print a warning when trying to use it. At that point, we will release a new minor version.
Hardhat works with every released and supported Node.js version. This includes all Node.js versions with a release status of: `Current`, `Active LTS` or `Maintenance`. Hardhat will cease support two months after the Node.js version's end-of-life. After that period of time, we will stop testing against it, and print a warning when trying to use it. At that point, we will release a new minor version.

We recommend running Hardhat using the current LTS Node.js version. You can learn about it [here](https://nodejs.org/en/about/previous-releases).
We recommend running Hardhat using the latest Active LTS Node.js version. You can learn about more Node.js releases [here](https://github.com/nodejs/Release).

## How to avoid the breaking changes introduced by Hardhat

Expand Down

0 comments on commit 40e9e53

Please sign in to comment.