Skip to content

Commit 40e9e53

Browse files
committed
docs: update stability guarantees text
Update the text of the stability guarantees to clarify which versions of node.js are supported by Hardhat.
1 parent a7ebd8f commit 40e9e53

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/src/content/hardhat-runner/docs/reference/stability-guarantees.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@ We will only introduce these changes when a hardfork activates on Mainnet. This
1515

1616
## Node.js versions support
1717

18-
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.
18+
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.
1919

20-
We recommend running Hardhat using the current LTS Node.js version. You can learn about it [here](https://nodejs.org/en/about/previous-releases).
20+
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).
2121

2222
## How to avoid the breaking changes introduced by Hardhat
2323

0 commit comments

Comments
 (0)