Skip to content

Commit

Permalink
fix: bun.lockb
Browse files Browse the repository at this point in the history
  • Loading branch information
TateB committed Feb 5, 2024
1 parent 03aa74e commit 0b9624b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
- uses: oven-sh/setup-bun@v1
with:
bun-version: latest
- run: bun install
- run: bun install --frozen-lockfile
- run: bun test
build:
runs-on: ubuntu-latest
Expand All @@ -19,5 +19,5 @@ jobs:
- uses: oven-sh/setup-bun@v1
with:
bun-version: latest
- run: bun install
- run: bun install --frozen-lockfile
- run: bun run build
Binary file modified bun.lockb
Binary file not shown.

0 comments on commit 0b9624b

Please sign in to comment.