We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9d11e45 commit 25b1874Copy full SHA for 25b1874
1 file changed
.github/workflows/build.yml
@@ -553,6 +553,7 @@ jobs:
553
uses: ./.github/actions/setup-toolchain
554
with:
555
platform: windows
556
+ node-version: "22.16"
557
- name: Set up react-native@canary
558
if: ${{ github.event_name == 'schedule' }}
559
uses: ./.github/actions/setup-react-native
@@ -610,6 +611,7 @@ jobs:
610
611
612
613
614
615
- name: Initialize test app
616
uses: ./.github/actions/init-test-app
617
0 commit comments