diff --git a/DEVELOPERS.md b/DEVELOPERS.md index b2400d8316..be49ace864 100644 --- a/DEVELOPERS.md +++ b/DEVELOPERS.md @@ -1,7 +1,7 @@ # Requirements - yarn version 1 (classic) -- node version >=16 and <19 +- node version >=18 and <21 # Installing diff --git a/README.md b/README.md index 98783dcd95..dff9946ec7 100644 --- a/README.md +++ b/README.md @@ -61,7 +61,6 @@ We specifically limit our support to these versions of Node, not because this pa As each Node LTS version reaches its end-of-life we will exclude that version from the node engines property of our package's package.json file. Removing a Node version is considered a breaking change and will entail the publishing of a new major version of this package. We will not accept any requests to support an end-of-life version of Node, and any pull requests or issues regarding support for an end-of-life version of Node will be closed. We will accept code that allows this package to run on newer, non-LTS, versions of Node. Furthermore, we will attempt to ensure our own changes work on the latest version of Node. To help in that commitment, our continuous integration setup runs the full test suite on the latest release of the following versions of node: -- `16` - `18` - `20`