Skip to content

Commit f220ced

Browse files
committed
ci: upgrade Bun to 1.1.7
1 parent 4daa0ce commit f220ced

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
- uses: actions/checkout@v4
1111
- uses: oven-sh/setup-bun@v1
1212
with:
13-
bun-version: 1.1.3
13+
bun-version: 1.1.7
1414

1515
- uses: actions/cache@v4
1616
id: playwright-cache

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919

2020
- uses: oven-sh/setup-bun@v1
2121
with:
22-
bun-version: 1.1.3
22+
bun-version: 1.1.7
2323

2424
- name: Install dependencies
2525
run: bun install

0 commit comments

Comments
 (0)