Skip to content

Commit

Permalink
docs(root): remove node 16
Browse files Browse the repository at this point in the history
TICKET: WP-1100
  • Loading branch information
zahin-mohammad authored and andrew-scott-fischer committed Mar 26, 2024
1 parent b3d135f commit be1d17a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion DEVELOPERS.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Requirements

- yarn version 1 (classic)
- node version >=16 and <19
- node version >=18 and <21

# Installing

Expand Down
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`

Expand Down

0 comments on commit be1d17a

Please sign in to comment.