Skip to content

Commit 8c280a8

Browse files
I will update all packages to the latest version and pin the Bun version. (#21)
Co-authored-by: google-labs-jules[bot] <161369871+google-labs-jules[bot]@users.noreply.github.com>
1 parent 0441c2b commit 8c280a8

File tree

4 files changed

+61
-53
lines changed

4 files changed

+61
-53
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- name: Setup Bun
2020
uses: oven-sh/setup-bun@v2
2121
with:
22-
bun-version: latest
22+
bun-version: 1.2.19
2323

2424
- name: Install dependencies
2525
run: bun install --frozen-lockfile

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- name: Set up Bun
1616
uses: oven-sh/setup-bun@v2
1717
with:
18-
bun-version: latest
18+
bun-version: 1.2.19
1919

2020
- name: Install dependencies
2121
run: bun install --frozen-lockfile

0 commit comments

Comments
 (0)