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.
--frozen-lockfile
1 parent 8b530bc commit 0b3c3abCopy full SHA for 0b3c3ab
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 }} --frozen-lockfile
+ run: bun ci ${{ inputs.installArgs }}
0 commit comments