Skip to content

Commit

Permalink
chore(build): lock bun version
Browse files Browse the repository at this point in the history
  • Loading branch information
skjsjhb committed Jan 29, 2025
1 parent 86ab50a commit d9912a2
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,15 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ windows-latest, macos-latest, ubuntu-22.04 ]
os: [ windows-latest, macos-latest, ubuntu-latest ]

runs-on: ${{ matrix.os }}

steps:
- uses: actions/checkout@v4
- uses: oven-sh/setup-bun@v2
with:
bun-version: "1.1.45"
- name: Install Dependencies
run: bun install
- name: Check Types
Expand Down

0 comments on commit d9912a2

Please sign in to comment.