Skip to content

Commit c446ee3

Browse files
add frozen lockfile on bun install
1 parent b64028d commit c446ee3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci-cd.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
uses: oven-sh/setup-bun@v2
1818

1919
- name: Install dependencies
20-
run: bun install
20+
run: bun install --frozen-lockfile
2121

2222
- name: Build
2323
run: bun run build

0 commit comments

Comments
 (0)