Skip to content

Commit bdbf728

Browse files
committed
chore: Update ci.yaml to use frozen lockfile during installation
1 parent c132468 commit bdbf728

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,6 @@ jobs:
1515
- uses: oven-sh/setup-bun@v1
1616
- name: format and lint
1717
run: |
18-
bun install
18+
bun install --frozen-lockfile
1919
bun format:ci
2020
bun lint:ci

bun.lockb

0 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)