File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2828 os :
2929 - ubuntu-latest
3030 node-version :
31- - 10.x
32- - 12.x
3331 - 14.x
3432 - 16.x
3533 runs-on : ${{matrix.os}}
Original file line number Diff line number Diff line change @@ -85,15 +85,7 @@ $ npm install restify
8585
8686## Supported Node Versions
8787
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- | 11.x | ** Yes** | Current stable |
93- | 10.x | ** Yes** | Active LTS |
94- | 8.x | ** Yes** | Maintenance LTS |
95- | 6.x | ** No** | Use restify v7.x, team will backport critical issues only |
96- | 4.x | ** No** | Use restify v7.x, team will backport critical issues only |
88+ Restify currently works on Node.js v14.x and v16.x.
9789
9890## License
9991
You can’t perform that action at this time.
0 commit comments