Skip to content

Commit 9477f75

Browse files
committed
ci: remove --frozen-lockfile
1 parent 7687c9a commit 9477f75

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
bun-version: ${{ matrix.bun-version }}
3737

3838
- name: Install dependencies
39-
run: bun install --frozen-lockfile
39+
run: bun install
4040

4141
- name: Lint Source
4242
run: bunx biome ci

0 commit comments

Comments
 (0)