diff --git a/.github/workflows/test-all.yml b/.github/workflows/test-all.yml index 2953eb65b7b..e36ad0ea2f5 100644 --- a/.github/workflows/test-all.yml +++ b/.github/workflows/test-all.yml @@ -583,7 +583,8 @@ jobs: strategy: fail-fast: false matrix: - node-version: ["24", "22", "20.19.4"] + node-version: ["24", "22"] + # node-version: ["24", "22", "20.19.4"] steps: - name: Checkout uses: actions/checkout@v4