6767
6868 - uses : oven-sh/setup-bun@v2
6969
70- - run : bun install --ignore-scripts --frozen-lockfile
70+ - run : bun install --ignore-scripts
7171
7272 - name : Typecheck
7373 run : bun run typecheck
8484
8585 - uses : oven-sh/setup-bun@v2
8686
87- - run : bun install --ignore-scripts --frozen-lockfile
87+ - run : bun install --ignore-scripts
8888
8989 - name : Lint
9090 run : bun run lint
@@ -101,7 +101,7 @@ jobs:
101101
102102 - uses : oven-sh/setup-bun@v2
103103
104- - run : bun install --ignore-scripts --frozen-lockfile
104+ - run : bun install --ignore-scripts
105105
106106 - run : brew install swiftlint
107107
@@ -120,7 +120,7 @@ jobs:
120120 - uses : oven-sh/setup-bun@v2
121121
122122 - name : Install dependencies
123- run : bun install --ignore-scripts --frozen-lockfile
123+ run : bun install --ignore-scripts
124124
125125 # # latest stable
126126 - run : sudo xcode-select -s /Applications/Xcode_26_beta.app
@@ -155,7 +155,7 @@ jobs:
155155 - uses : oven-sh/setup-bun@v2
156156
157157 - name : Install dependencies
158- run : bun install --ignore-scripts --frozen-lockfile
158+ run : bun install --ignore-scripts
159159
160160 # # latest stable
161161 - run : sudo xcode-select -s /Applications/Xcode_16.4.app
@@ -187,7 +187,7 @@ jobs:
187187 # - run: sudo xcode-select -s /Applications/Xcode_16.2.app
188188
189189 # - name: Install dependencies
190- # run: bun install --ignore-scripts --frozen-lockfile
190+ # run: bun install --ignore-scripts
191191
192192 # - run: bun run specs
193193 # working-directory: packages/react-native-activity-kit
0 commit comments