Skip to content

Commit d787527

Browse files
committed
ci: use latest Bun version
1 parent 4a10f4c commit d787527

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,6 @@ jobs:
99
steps:
1010
- uses: actions/checkout@v4
1111
- uses: oven-sh/setup-bun@v1
12-
with:
13-
bun-version: 1.1.7
1412

1513
- uses: actions/cache@v4
1614
id: playwright-cache

.github/workflows/release.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,6 @@ jobs:
1818
registry-url: "https://registry.npmjs.org"
1919

2020
- uses: oven-sh/setup-bun@v1
21-
with:
22-
bun-version: 1.1.7
2321

2422
- name: Install dependencies
2523
run: bun install

0 commit comments

Comments
 (0)