Skip to content

Commit 8d354be

Browse files
committed
ci: Install dependencies with frozen lockfile
1 parent 1e9aa00 commit 8d354be

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/submit.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
git config user.name "GitHub Actions"
3131
3232
- name: Install dependencies
33-
run: bun install
33+
run: bun install --frozen-lockfile
3434

3535
- name: Bump Version
3636
id: version

.github/workflows/validate.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- uses: oven-sh/setup-bun@v2
1717

1818
- name: Install dependencies
19-
run: bun install
19+
run: bun install --frozen-lockfile
2020

2121
- name: Run Checks
2222
run: bun check

0 commit comments

Comments
 (0)