Skip to content
This repository was archived by the owner on May 14, 2024. It is now read-only.

Commit 98b91de

Browse files
committed
Add Node.js version support to readme
1 parent 824dd2c commit 98b91de

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

README.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,25 @@ client on your system:
4343

4444
npm install ldapjs
4545

46+
## Node.js Version Support
47+
48+
As of `ldapjs@3` we only support the active Node.js LTS releases.
49+
See [https://github.com/nodejs/release#release-schedule][schedule] for the LTS
50+
release schedule.
51+
52+
For a definitive list of Node.js version we support, see the version matrix
53+
we test against in our [CI configuration][ci-config].
54+
55+
Note: given the release date of `ldapjs@3`, and the short window of time that
56+
Node.js v14 had remaining on its LTS window, we opted to not support Node.js
57+
v14 with `ldapjs@3` (we released late February 2023 and v14 goes into
58+
maintenance in late April 2023). Also, Node.js v14 will be end-of-life (EOL) on
59+
September 11, 2023; this is a very shortened EOL timeline and makes it even
60+
more reasonable to not support it at this point.
61+
62+
[schedule]: https://github.com/nodejs/release#release-schedule
63+
[ci-config]: https://github.com/ldapjs/node-ldapjs/blob/master/.github/workflows/main.yml
64+
4665
## License
4766

4867
MIT.

0 commit comments

Comments
 (0)