From 468038e2410b03c72888787ee4caedec240bf970 Mon Sep 17 00:00:00 2001 From: Denys Panchenko Date: Thu, 28 Jul 2022 08:52:41 +0200 Subject: [PATCH] Fix metro error --- .github/workflows/react-native-code-push-ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/react-native-code-push-ci.yml b/.github/workflows/react-native-code-push-ci.yml index 712f7e573..0cfda6a6d 100644 --- a/.github/workflows/react-native-code-push-ci.yml +++ b/.github/workflows/react-native-code-push-ci.yml @@ -11,7 +11,7 @@ jobs: runs-on: macos-latest strategy: matrix: - api-level: [27] + api-level: [ 27 ] steps: - name: Checkout uses: actions/checkout@v3 @@ -29,10 +29,10 @@ jobs: - run: adb shell settings put global animator_duration_scale 0.0 - name: Package Installation run: npm install - - name: Install react-native-cli - run: npm install react-native-cli - name: Install react-native run: npm install react-native + - name: Install react-native-cli + run: npm install -i --force react-native-cli - name: Setup Java uses: actions/setup-java@v3 with: