Skip to content

Commit 1cc3e1a

Browse files
committed
chore: update supported Node versions in README. resolves #1882.
1 parent edf9882 commit 1cc3e1a

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

README.md

+8-1
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,14 @@ $ npm install restify
8585

8686
## Supported Node Versions
8787

88-
Restify currently works on Node.js v14.x and v16.x.
88+
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 |
8996

9097
## License
9198

0 commit comments

Comments
 (0)