Pin Node.js version in GitHub Actions to 24.4.1 (#53013)

Summary:
Pull Request resolved: https://github.com/facebook/react-native/pull/53013

Quick fix to restore CI on `main`. `actions/setup-node` is now pulling Node.js `24.5.0`, which introduces a bug affecting `packages/dev-middleware/src/__tests__/` Jest tests.

Changelog: [Internal]

Reviewed By: cipolleschi

Differential Revision: D79551277

fbshipit-source-id: 51951ad8ffe376a478da268b50aa54ac2d9bba03
This commit is contained in:
Alex Hunt
2025-08-04 03:33:14 -07:00
committed by Facebook GitHub Bot
parent c535e7c1c9
commit bbcafbbffe
+1 -1
View File
@@ -592,7 +592,7 @@ jobs:
strategy:
fail-fast: false
matrix:
node-version: ["24", "22", "20.19.4"]
node-version: ["24.4.1", "22", "20.19.4"]
steps:
- name: Checkout
uses: actions/checkout@v4