Skip to content

Commit

Permalink
chore: drop support for EOL Node.js versions
Browse files Browse the repository at this point in the history
  • Loading branch information
mmarchini committed Nov 15, 2022
1 parent d052b7c commit c15111f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 11 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/ci.yml
Expand Up @@ -28,8 +28,6 @@ jobs:
os:
- ubuntu-latest
node-version:
- 10.x
- 12.x
- 14.x
- 16.x
runs-on: ${{matrix.os}}
Expand Down
10 changes: 1 addition & 9 deletions README.md
Expand Up @@ -85,15 +85,7 @@ $ npm install restify

## Supported Node Versions

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 |
| :--: | :---: | :---: |
| 11.x | **Yes** | Current stable |
| 10.x | **Yes** | Active LTS |
| 8.x | **Yes** | Maintenance LTS |
| 6.x | **No** | Use restify v7.x, team will backport critical issues only |
| 4.x | **No** | Use restify v7.x, team will backport critical issues only |
Restify currently works on Node.js v14.x and v16.x.

## License

Expand Down

0 comments on commit c15111f

Please sign in to comment.