We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1dbdf4e commit 50d223aCopy full SHA for 50d223a
1 file changed
.github/actions/setup/action.yml
@@ -18,4 +18,4 @@ runs:
18
- name: 📦 Install Dependencies
19
if: ${{ inputs.install == 'true' }}
20
shell: bash
21
- run: bun ci ${{ inputs.installArgs }}
+ run: bun ci ${{ inputs.installArgs }} --frozen-lockfile
0 commit comments