Skip to content

Commit aac7dbe

Browse files
huntievzaidman
authored andcommitted
Pin Node.js version in GitHub Actions to 24.4.1 (#53013)
Summary: Pull Request resolved: #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
1 parent 4bbc344 commit aac7dbe

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/test-all.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -593,7 +593,7 @@ jobs:
593593
strategy:
594594
fail-fast: false
595595
matrix:
596-
node-version: ["24", "22", "20.19.4"]
596+
node-version: ["24.4.1", "22", "20.19.4"]
597597
steps:
598598
- name: Checkout
599599
uses: actions/checkout@v4

0 commit comments

Comments
 (0)