diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c48286c92ad41..5206c17f33782 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -11,7 +11,7 @@ jobs: strategy: fail-fast: false matrix: - node-version: [18, lts/*, 21] + node-version: [18, lts/*] steps: - name: Checkout repository