From cae3a96920036376cad595152abb9e508f5757e3 Mon Sep 17 00:00:00 2001 From: Tim Roberts Date: Mon, 9 Oct 2023 12:57:49 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20attempt=20to=20fix=20release=20w?= =?UTF-8?q?orkflow?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/release.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index e2922e7..923a6e5 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -16,8 +16,10 @@ jobs: with: node-version: 16 registry-url: https://registry.npmjs.org - - name: Install peer dependencies - run: yarn add react@>=16.8.0 && yarn add react-native>=0.59.0 + - name: Install react + run: yarn add react@18.2.0 + - name: Install react-native + run: yarn add react-native@0.72.3 - name: Install dependencies run: yarn install - name: Build project