diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 977a4c0c4..373f2f108 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -42,7 +42,7 @@ jobs: fail-fast: false matrix: os: [macOS-latest, windows-latest, ubuntu-latest] - node-version: [18, 20, 21, 22] + node-version: [18, 20, 22] steps: - name: Check out repo