Skip to content

Commit e94d319

Browse files
committed
chore: use react native 71 rc 4 for the ci
1 parent 7b73d55 commit e94d319

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/build-templates.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ jobs:
112112
--repo-url https://test.test \
113113
--type ${{ matrix.type }} \
114114
--languages ${{ matrix.language }} \
115-
--react-native-version 0.71.0-rc.3 \
115+
--react-native-version 0.71.0-rc.4 \
116116
--turborepo
117117
118118
- name: Cache dependencies of library
@@ -232,7 +232,6 @@ jobs:
232232
yarn example pods
233233
env:
234234
NO_FLIPPER: 1
235-
CI: 0 # Hermes is built from source when CI=1
236235

237236
- name: Build example (iOS)
238237
if: env.ios_build == 1

0 commit comments

Comments
 (0)