Skip to content

Commit 8a35761

Browse files
committed
ci(actions): 💚 remove prefer offline in all jobs
1 parent e3d7258 commit 8a35761

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
3838
- name: Install Dependencies
3939
if: steps.yarn-cache.outputs.cache-hit != 'true'
40-
run: yarn --prefer-offline --frozen-lockfile
40+
run: yarn --frozen-lockfile
4141

4242
lint:
4343
name: Lint
@@ -68,7 +68,7 @@ jobs:
6868
6969
- name: Install Dependencies
7070
if: steps.yarn-cache.outputs.cache-hit != 'true'
71-
run: yarn --prefer-offline --frozen-lockfile
71+
run: yarn --frozen-lockfile
7272

7373
- name: Lint
7474
run: yarn lint
@@ -102,7 +102,7 @@ jobs:
102102
103103
- name: Install Dependencies
104104
if: steps.yarn-cache.outputs.cache-hit != 'true'
105-
run: yarn --prefer-offline --frozen-lockfile
105+
run: yarn --frozen-lockfile
106106

107107
- name: Built
108108
run: yarn build

0 commit comments

Comments
 (0)