Skip to content

Commit

Permalink
ci: frozen lockfile
Browse files Browse the repository at this point in the history
  • Loading branch information
PaulRBerg committed Jan 11, 2024
1 parent 2cbd2fe commit 3a26e66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
uses: "oven-sh/setup-bun@v1"

- name: "Install the dependencies"
run: "bun install"
run: "bun install --frozen-lockfile"

- name: "Lint the code"
run: "bun run check"
Expand Down

0 comments on commit 3a26e66

Please sign in to comment.