Skip to content

Commit

Permalink
Fix metro error
Browse files Browse the repository at this point in the history
  • Loading branch information
Denys Panchenko committed Jul 28, 2022
1 parent 6f00aa5 commit 468038e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/react-native-code-push-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: macos-latest
strategy:
matrix:
api-level: [27]
api-level: [ 27 ]
steps:
- name: Checkout
uses: actions/checkout@v3
Expand All @@ -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:
Expand Down

0 comments on commit 468038e

Please sign in to comment.