ci: Remove unnecessary --frozen-lockfile

This commit is contained in:
Aaron
2026-04-26 21:34:10 -05:00
parent 8b530bc1c9
commit 0b3c3ab39d
+1 -1
View File
@@ -18,4 +18,4 @@ runs:
- name: 📦 Install Dependencies
if: ${{ inputs.install == 'true' }}
shell: bash
run: bun ci ${{ inputs.installArgs }} --frozen-lockfile
run: bun ci ${{ inputs.installArgs }}