Skip to content

Commit

Permalink
chore: fix gh action to use frozen lockfile
Browse files Browse the repository at this point in the history
  • Loading branch information
SahilVasava committed Apr 25, 2024
1 parent 572808a commit d267467
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/install-dependencies/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ runs:

- name: Install dependencies
shell: bash
run: bun install --ignore-scripts
run: bun install --ignore-scripts --frozen-lockfile

0 comments on commit d267467

Please sign in to comment.