Skip to content

Commit

Permalink
ci: specify bun version
Browse files Browse the repository at this point in the history
  • Loading branch information
metonym committed Apr 7, 2024
1 parent a42263d commit 9a6b9ae
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ jobs:
steps:
- uses: actions/checkout@v4
- uses: oven-sh/setup-bun@v1
with:
bun-version: 1.1.2

- name: Install dependencies
run: bun install
Expand Down

0 comments on commit 9a6b9ae

Please sign in to comment.