From 67f507a53f9b084345d74e7f2407cf494ad673f6 Mon Sep 17 00:00:00 2001 From: Nicola Corti Date: Mon, 28 Jul 2025 07:11:12 -0700 Subject: [PATCH] Also test node 20.19.4 in the test_js matrix (#52878) Summary: Pull Request resolved: https://github.com/facebook/react-native/pull/52878 Now that Metro is bumped to also support node >= 20.19.4 we should be able to run test_js on `main` against 20.19.4 Changelog: [Internal] [Changed] - Reviewed By: robhogan, motiz88 Differential Revision: D79087608 fbshipit-source-id: 2161a893ab2fd88dc7eb1b35aa385704962018e8 --- .github/workflows/test-all.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/test-all.yml b/.github/workflows/test-all.yml index da115d6030e..e68f9a81518 100644 --- a/.github/workflows/test-all.yml +++ b/.github/workflows/test-all.yml @@ -593,8 +593,7 @@ jobs: strategy: fail-fast: false matrix: - node-version: ["24", "22"] - # node-version: ["24", "22", "20.19.4"] + node-version: ["24", "22", "20.19.4"] steps: - name: Checkout uses: actions/checkout@v4