Skip to content

Commit 67f507a

Browse files
cortinicomotiz88
authored andcommitted
Also test node 20.19.4 in the test_js matrix (#52878)
Summary: Pull Request resolved: #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
1 parent b58e5fa commit 67f507a

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/test-all.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -593,8 +593,7 @@ jobs:
593593
strategy:
594594
fail-fast: false
595595
matrix:
596-
node-version: ["24", "22"]
597-
# node-version: ["24", "22", "20.19.4"]
596+
node-version: ["24", "22", "20.19.4"]
598597
steps:
599598
- name: Checkout
600599
uses: actions/checkout@v4

0 commit comments

Comments
 (0)