Skip to content

Commit 3b37a53

Browse files
committed
fix: remove frozen lockfile
1 parent 8ff7006 commit 3b37a53

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
steps:
1616
- uses: actions/checkout@v4
1717
- uses: oven-sh/setup-bun@v1
18-
- run: bun install --frozen-lockfile
18+
- run: bun install
1919
- run: bun run tsc --noEmit
2020
- run: bun run biome check .
2121

@@ -28,7 +28,7 @@ jobs:
2828
steps:
2929
- uses: actions/checkout@v4
3030
- uses: oven-sh/setup-bun@v1
31-
- run: bun install --frozen-lockfile
31+
- run: bun install
3232
- run: bun run tsc --noEmit
3333
- run: bun run biome check .
3434

@@ -41,6 +41,6 @@ jobs:
4141
steps:
4242
- uses: actions/checkout@v4
4343
- uses: oven-sh/setup-bun@v1
44-
- run: bun install --frozen-lockfile
44+
- run: bun install
4545
- run: bun run tsc --noEmit
4646
- run: bun run biome check .

0 commit comments

Comments
 (0)