Skip to content

Commit 25b1874

Browse files
committed
downgrade Node on Windows
1 parent 9d11e45 commit 25b1874

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -553,6 +553,7 @@ jobs:
553553
uses: ./.github/actions/setup-toolchain
554554
with:
555555
platform: windows
556+
node-version: "22.16"
556557
- name: Set up react-native@canary
557558
if: ${{ github.event_name == 'schedule' }}
558559
uses: ./.github/actions/setup-react-native
@@ -610,6 +611,7 @@ jobs:
610611
uses: ./.github/actions/setup-toolchain
611612
with:
612613
platform: windows
614+
node-version: "22.16"
613615
- name: Initialize test app
614616
uses: ./.github/actions/init-test-app
615617
with:

0 commit comments

Comments
 (0)