diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6e50830..592ff03 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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 diff --git a/README.md b/README.md index 9fcdaa9..a852141 100644 --- a/README.md +++ b/README.md @@ -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**.