This repository was archived by the owner on May 14, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +19
-0
lines changed Expand file tree Collapse file tree 1 file changed +19
-0
lines changed Original file line number Diff line number Diff line change @@ -43,6 +43,25 @@ client on your system:
43
43
44
44
npm install ldapjs
45
45
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
+
46
65
## License
47
66
48
67
MIT.
You can’t perform that action at this time.
0 commit comments