Skip to content

Commit 3b11dc7

Browse files
authored
fix: Expo doctor check failures (#516)
## Description Fixes annoying CI crashes when expo template was released with updated dependency versions.
1 parent 524ab7f commit 3b11dc7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/build-examples.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,8 @@ jobs:
4040

4141
- name: 🔍 Validate Expo configuration
4242
working-directory: example/expo
43+
env:
44+
EXPO_DOCTOR_SKIP_DEPENDENCY_VERSION_CHECK: true
4345
run: npx expo-doctor
4446

4547
- name: 🏗️ Build Expo bundle

0 commit comments

Comments
 (0)