Skip to content
This repository was archived by the owner on May 20, 2025. It is now read-only.

Commit 468038e

Browse files
author
Denys Panchenko
committed
Fix metro error
1 parent 6f00aa5 commit 468038e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/react-native-code-push-ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: macos-latest
1212
strategy:
1313
matrix:
14-
api-level: [27]
14+
api-level: [ 27 ]
1515
steps:
1616
- name: Checkout
1717
uses: actions/checkout@v3
@@ -29,10 +29,10 @@ jobs:
2929
- run: adb shell settings put global animator_duration_scale 0.0
3030
- name: Package Installation
3131
run: npm install
32-
- name: Install react-native-cli
33-
run: npm install react-native-cli
3432
- name: Install react-native
3533
run: npm install react-native
34+
- name: Install react-native-cli
35+
run: npm install -i --force react-native-cli
3636
- name: Setup Java
3737
uses: actions/setup-java@v3
3838
with:

0 commit comments

Comments
 (0)