Skip to content

Commit 3d5a9f0

Browse files
committed
ci: fix lockfile
1 parent 7613684 commit 3d5a9f0

File tree

4 files changed

+3
-2
lines changed

4 files changed

+3
-2
lines changed

.gitattributes

+1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
# Auto detect text files and perform LF normalization
22
* text=auto
3+
*.lockb binary diff=lockb

.github/workflows/check.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
- name: Setup Bun
3131
uses: oven-sh/setup-bun@v2
3232
- name: Install dependencies
33-
run: bun install --frozen-lockfile
33+
run: bun install
3434
- name: Lint
3535
run: bun run lint
3636
- name: Typecheck

.github/workflows/main.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,6 @@ jobs:
2929
- name: Setup Bun
3030
uses: oven-sh/setup-bun@v2
3131
- name: Install dependencies
32-
run: bun install --frozen-lockfile
32+
run: bun install
3333
- name: Release
3434
run: bunx changelogen --release --push --${{ github.event.inputs.version }}

bun.lockb

-368 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)