Skip to content

Commit 0b3c3ab

Browse files
committed
ci: Remove unnecessary --frozen-lockfile
1 parent 8b530bc commit 0b3c3ab

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/actions/setup/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@ runs:
1818
- name: 📦 Install Dependencies
1919
if: ${{ inputs.install == 'true' }}
2020
shell: bash
21-
run: bun ci ${{ inputs.installArgs }} --frozen-lockfile
21+
run: bun ci ${{ inputs.installArgs }}

0 commit comments

Comments
 (0)