Skip to content

Commit

Permalink
ci: fix bun version after updating lockfile
Browse files Browse the repository at this point in the history
  • Loading branch information
nutgaard committed Jun 13, 2024
1 parent f88372e commit 74728e6
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/master.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
# cache: 'npm'
- uses: oven-sh/setup-bun@v1
with:
bun-version: latest
bun-version: 1.1.13
- name: Install dependencies
run: bun install --frozen-lockfile
# - name: Test
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
# cache: 'npm'
- uses: oven-sh/setup-bun@v1
with:
bun-version: latest
bun-version: 1.1.13
- name: Install dependencies
run: bun install --frozen-lockfile
# - name: Test
Expand Down
Binary file modified bun.lockb
Binary file not shown.

0 comments on commit 74728e6

Please sign in to comment.