From d3d14c716004f6729ba9bc92ec58139aff1c26eb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Burak=20Gu=CC=88ner?= Date: Sun, 15 Oct 2023 16:57:29 +0300 Subject: [PATCH] chore: use rn 0.73.0 rc on build templates workflow --- .github/workflows/build-templates.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build-templates.yml b/.github/workflows/build-templates.yml index c5a1de290..f6dec81e0 100644 --- a/.github/workflows/build-templates.yml +++ b/.github/workflows/build-templates.yml @@ -113,7 +113,8 @@ jobs: --repo-url https://test.test \ --type ${{ matrix.type }} \ --languages ${{ matrix.language }} \ - --no-local + --no-local \ + --react-native-version 0.73.0-rc.2 - name: Cache dependencies of library id: library-yarn-cache