Skip to content

Commit e8ef271

Browse files
committed
chore(workflows): remove --frozen-lockfile flag from bun install step
1 parent d97dfe3 commit e8ef271

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
bun-version: latest
1919

2020
- name: Install Dependencies
21-
run: bun install --frozen-lockfile
21+
run: bun install
2222

2323
- name: Syncpack Check
2424
run: bunx syncpack list-mismatches

0 commit comments

Comments
 (0)