diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8d0676fa0547d..5c9e46938312f 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/*, latest] + node-version: [18, lts/*, 21] steps: - name: Checkout repository