We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent edf9882 commit 1cc3e1aCopy full SHA for 1cc3e1a
README.md
@@ -85,7 +85,14 @@ $ npm install restify
85
86
## Supported Node Versions
87
88
-Restify currently works on Node.js v14.x and v16.x.
+Restify aims to support the Node.js LTS (Active and Maintenance) versions along with Node.js current stable version.
89
+
90
+| Node Release | Supported in Current Version | Notes |
91
+| :--: | :---: | :---: |
92
+| 18.x | **No** | Current stable. See [#1888](https://github.com/restify/node-restify/issues/1888) |
93
+| 16.x | **Yes** | Active LTS |
94
+| 14.x | **Yes** | Maintenance LTS |
95
+| 12.x | **No** | Use restify v8.x, team will backport critical issues only |
96
97
## License
98
0 commit comments