Skip to content

Commit eb87c51

Browse files
author
Teodor Ciuraru
committed
Remove --frozen-lockfile flag from expo project CI
1 parent 23664f8 commit eb87c51

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/react-native-expo-ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131

3232
- name: Install dependencies
3333
working-directory: react-native-expo
34-
run: yarn install --frozen-lockfile
34+
run: yarn install
3535

3636
- name: Run linting
3737
working-directory: react-native-expo
@@ -54,7 +54,7 @@ jobs:
5454

5555
- name: Install dependencies
5656
working-directory: react-native-expo
57-
run: yarn install --frozen-lockfile
57+
run: yarn install
5858

5959
- name: Setup Java
6060
uses: actions/setup-java@v4
@@ -97,7 +97,7 @@ jobs:
9797

9898
- name: Install dependencies
9999
working-directory: react-native-expo
100-
run: yarn install --frozen-lockfile
100+
run: yarn install
101101

102102
- name: Cache CocoaPods dependencies
103103
uses: actions/cache@v4

0 commit comments

Comments
 (0)