We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 23664f8 commit eb87c51Copy full SHA for eb87c51
1 file changed
.github/workflows/react-native-expo-ci.yml
@@ -31,7 +31,7 @@ jobs:
31
32
- name: Install dependencies
33
working-directory: react-native-expo
34
- run: yarn install --frozen-lockfile
+ run: yarn install
35
36
- name: Run linting
37
@@ -54,7 +54,7 @@ jobs:
54
55
56
57
58
59
- name: Setup Java
60
uses: actions/setup-java@v4
@@ -97,7 +97,7 @@ jobs:
97
98
99
100
101
102
- name: Cache CocoaPods dependencies
103
uses: actions/cache@v4
0 commit comments