ci: use --frozen-lockfile in action.yml for bun (#2300)

This commit is contained in:
Patryk Kuniczak
2026-04-26 21:47:55 +02:00
committed by GitHub
parent 1dbdf4ea9e
commit 50d223a30a
+1 -1
View File
@@ -18,4 +18,4 @@ runs:
- name: 📦 Install Dependencies
if: ${{ inputs.install == 'true' }}
shell: bash
run: bun ci ${{ inputs.installArgs }}
run: bun ci ${{ inputs.installArgs }} --frozen-lockfile