Skip to content

Commit

Permalink
ci: Install dependencies with frozen lockfile
Browse files Browse the repository at this point in the history
  • Loading branch information
aklinker1 committed Oct 19, 2024
1 parent 1e9aa00 commit 8d354be
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/submit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
git config user.name "GitHub Actions"
- name: Install dependencies
run: bun install
run: bun install --frozen-lockfile

- name: Bump Version
id: version
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- uses: oven-sh/setup-bun@v2

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

- name: Run Checks
run: bun check
Expand Down

0 comments on commit 8d354be

Please sign in to comment.