Skip to content

Commit

Permalink
chore: update supported Node versions in README. resolves #1882.
Browse files Browse the repository at this point in the history
  • Loading branch information
rektide committed Jan 9, 2023
1 parent edf9882 commit 1cc3e1a
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,14 @@ $ npm install restify

## Supported Node Versions

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.

| Node Release | Supported in Current Version | Notes |
| :--: | :---: | :---: |
| 18.x | **No** | Current stable. See [#1888](https://github.com/restify/node-restify/issues/1888) |
| 16.x | **Yes** | Active LTS |
| 14.x | **Yes** | Maintenance LTS |
| 12.x | **No** | Use restify v8.x, team will backport critical issues only |

## License

Expand Down

0 comments on commit 1cc3e1a

Please sign in to comment.