mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
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
This commit is contained in:
committed by
Moti Zilberman
parent
b58e5facbd
commit
67f507a53f
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user