diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a8ec1f4..8cf47f3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -31,7 +31,7 @@ jobs: fail-fast: false matrix: operating-system: ['ubuntu-latest', 'windows-latest'] - node-version: ['18', '20','22'] + node-version: ['18', '20'] steps: - name: Checkout uses: actions/checkout@v4