Skip to content

Commit

Permalink
ci: use latest version of Bun
Browse files Browse the repository at this point in the history
  • Loading branch information
metonym committed Jun 27, 2024
1 parent 3604625 commit ceff597
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 8 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,7 @@ jobs:
runs-on: macos-latest
steps:
- uses: actions/checkout@v4

- uses: oven-sh/setup-bun@v1
with:
bun-version: 1.1.5

- uses: actions/cache@v4
id: playwright-cache
Expand Down
6 changes: 1 addition & 5 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,16 +11,12 @@ jobs:
id-token: write
steps:
- uses: actions/checkout@v4

- uses: oven-sh/setup-bun@v1
- uses: actions/setup-node@v4
with:
node-version: "20.x"
registry-url: "https://registry.npmjs.org"

- uses: oven-sh/setup-bun@v1
with:
bun-version: 1.1.5

- name: Build package
run: bun package

Expand Down

0 comments on commit ceff597

Please sign in to comment.