File tree 2 files changed +1
-11
lines changed
2 files changed +1
-11
lines changed Original file line number Diff line number Diff line change 28
28
os :
29
29
- ubuntu-latest
30
30
node-version :
31
- - 10.x
32
- - 12.x
33
31
- 14.x
34
32
- 16.x
35
33
runs-on : ${{matrix.os}}
Original file line number Diff line number Diff line change @@ -85,15 +85,7 @@ $ npm install restify
85
85
86
86
## Supported Node Versions
87
87
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.
97
89
98
90
## License
99
91
You can’t perform that action at this time.
0 commit comments