Skip to content

Commit

Permalink
Merge pull request #395 from ensdomains/fix/lock
Browse files Browse the repository at this point in the history
fix: bun.lockb
  • Loading branch information
TateB authored Feb 5, 2024
2 parents ed92e07 + 0b9624b commit e99e7c3
Showing 1 changed file 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

0 comments on commit e99e7c3

Please sign in to comment.