Skip to content

Commit c15111f

Browse files
committedNov 15, 2022
chore: drop support for EOL Node.js versions
1 parent d052b7c commit c15111f

File tree

2 files changed

+1
-11
lines changed

2 files changed

+1
-11
lines changed
 

‎.github/workflows/ci.yml

-2
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,6 @@ jobs:
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}}

‎README.md

+1-9
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)
Please sign in to comment.