Skip to content

Commit

Permalink
build: remove node 16 from support
Browse files Browse the repository at this point in the history
  • Loading branch information
eddienubes committed Apr 18, 2024
1 parent b80c987 commit a9e50c4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [ '16.x', '18.x', 20.x ]
node-version: [ '18.x', '20.x' ]
steps:
- uses: actions/checkout@v4
name: Checkout Repository
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
- Built on top of [undici](https://github.com/nodejs/undici) for **maximum performance**.
- Provides **easy-to-use**, supertest-like API.
- Supports a **dedicated test server** to reduce the number of instances spawned during testing.
- Supports **Node.js v16.5 and above**.
- Supports **Node.js v18.0 and above**.
- **No unnecessary** third-party dependencies.
- Automatically handles **cookie parsing**.

Expand Down

0 comments on commit a9e50c4

Please sign in to comment.