Skip to content

Commit d2aa105

Browse files
committed
No frozen lockfile
1 parent 06f4566 commit d2aa105

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
- uses: oven-sh/setup-bun@v2
4040
with:
4141
bun-version: ${{ matrix.bun-version }}
42-
- run: bun install --frozen-lockfile
42+
- run: bun install
4343
- run: bun run test:bun # runs tests with Bun
4444
- uses: codecov/codecov-action@v5
4545
with:

0 commit comments

Comments
 (0)