Skip to content

Commit 80025f9

Browse files
fix: use correct Bun flags and pin version
- Change --frozen-lockfile to --frozen (correct for Bun) - Pin Bun version to 1.1.38 instead of latest for consistency - Addresses feedback from Graphite and Ellipsis bots Co-Authored-By: [email protected] <[email protected]>
1 parent db9eb17 commit 80025f9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@ jobs:
1515

1616
- uses: oven-sh/setup-bun@v1
1717
with:
18-
bun-version: latest
18+
bun-version: 1.1.38
1919

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

2323
- name: Run tests
2424
run: bun test

0 commit comments

Comments
 (0)