Skip to content

Commit 50d223a

Browse files
ci: use --frozen-lockfile in action.yml for bun (#2300)
1 parent 1dbdf4e commit 50d223a

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 }}
21+
run: bun ci ${{ inputs.installArgs }} --frozen-lockfile

0 commit comments

Comments
 (0)