Skip to content

Commit e3d7258

Browse files
committed
ci(actions): 💚 remove yarn offline access
1 parent ad35246 commit e3d7258

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ jobs:
140140
141141
- name: Install Dependencies
142142
if: steps.yarn-cache.outputs.cache-hit != 'true'
143-
run: yarn --prefer-offline --frozen-lockfile
143+
run: yarn --frozen-lockfile
144144

145145
- name: Test
146146
run: yarn test -- --maxWorkers 2 --shard ${{ matrix.shard }}

0 commit comments

Comments
 (0)