diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a96b406..8cf4926 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -16,7 +16,7 @@ jobs: strategy: matrix: - node-version: [16.x, 18.x, 20.x, 21.x, 22.x, 23.x] + node-version: [16.x, 18.x, 20.x, 21.x, 22.x] # See supported Node.js release schedule at https://nodejs.org/en/about/releases/ os: [macos-latest, ubuntu-latest, windows-latest]