Skip to content

Commit 128e20b

Browse files
authored
Update monorepo-sync.yml (#1143)
removed frozen-lockfile param
1 parent fd7bddf commit 128e20b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/monorepo-sync.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
if: steps.cache.outputs.cache-hit != 'true'
3737
uses: borales/actions-yarn@v4
3838
with:
39-
cmd: install --frozen-lockfile
39+
cmd: install
4040

4141
- name: Install zx
4242
run: yarn add zx

0 commit comments

Comments
 (0)