Skip to content

Commit ceff597

Browse files
committed
ci: use latest version of Bun
1 parent 3604625 commit ceff597

File tree

2 files changed

+1
-8
lines changed

2 files changed

+1
-8
lines changed

.github/workflows/ci.yml

-3
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,7 @@ jobs:
88
runs-on: macos-latest
99
steps:
1010
- uses: actions/checkout@v4
11-
1211
- uses: oven-sh/setup-bun@v1
13-
with:
14-
bun-version: 1.1.5
1512

1613
- uses: actions/cache@v4
1714
id: playwright-cache

.github/workflows/release.yml

+1-5
Original file line numberDiff line numberDiff line change
@@ -11,16 +11,12 @@ jobs:
1111
id-token: write
1212
steps:
1313
- uses: actions/checkout@v4
14-
14+
- uses: oven-sh/setup-bun@v1
1515
- uses: actions/setup-node@v4
1616
with:
1717
node-version: "20.x"
1818
registry-url: "https://registry.npmjs.org"
1919

20-
- uses: oven-sh/setup-bun@v1
21-
with:
22-
bun-version: 1.1.5
23-
2420
- name: Build package
2521
run: bun package
2622

0 commit comments

Comments
 (0)