From 4fa83bc2cf74e4794fd448dea14919bf59110060 Mon Sep 17 00:00:00 2001 From: Tommy Nguyen <4123478+tido64@users.noreply.github.com> Date: Mon, 26 May 2025 12:16:07 +0200 Subject: [PATCH] ci(windows): use Node 22.15 --- .github/workflows/build.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 4e18d585b..98cc5fcd9 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -544,7 +544,6 @@ jobs: uses: ./.github/actions/setup-toolchain with: platform: windows - node-version: "22.13" - name: Set up react-native@canary if: ${{ github.event_name == 'schedule' }} uses: ./.github/actions/setup-react-native @@ -602,7 +601,6 @@ jobs: uses: ./.github/actions/setup-toolchain with: platform: windows - node-version: "22.13" - name: Initialize test app uses: ./.github/actions/init-test-app with: