Skip to content

Commit

Permalink
ci: use latest Bun version
Browse files Browse the repository at this point in the history
  • Loading branch information
metonym committed May 27, 2024
1 parent 47c5330 commit c15afbc
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 6 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,6 @@ jobs:
steps:
- uses: actions/checkout@v4
- uses: oven-sh/setup-bun@v1
with:
bun-version: 1.1.8

- name: Install dependencies
run: bun install
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/github-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@ jobs:
steps:
- uses: actions/checkout@v4
- uses: oven-sh/setup-bun@v1
with:
bun-version: 1.1.8

- name: Install dependencies
run: bun install
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,6 @@ jobs:
steps:
- uses: actions/checkout@v4
- uses: oven-sh/setup-bun@v1
with:
bun-version: 1.1.8

- uses: actions/setup-node@v4
with:
Expand Down

0 comments on commit c15afbc

Please sign in to comment.