Skip to content

Commit

Permalink
chore: πŸ”’ use text-based Bun lockfile
Browse files Browse the repository at this point in the history
Support for the text lockfile format was introduced in version `1.1.40` (https://bun.sh/blog/bun-v1.1.40), it will soon replace the binary lockfile format `.lockb` in the upcoming version `1.2.0`

In addition, cached bun install will become 30% faster thanks to the text-based lockfile format - https://bun.sh/blog/bun-lock-text-lockfile#cached-bun-install-gets-30-faster

Read https://bun.sh/blog/bun-lock-text-lockfile
  • Loading branch information
okineadev committed Jan 4, 2025
1 parent 79e5ab4 commit 46f9c9a
Show file tree
Hide file tree
Showing 5 changed files with 346 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
- 'tests/**'
- '.bun-version'
- 'package.json'
- 'bun.lockb'
- 'bun.lock'
- 'tsconfig.json'

pull_request:
Expand All @@ -19,7 +19,7 @@ on:
- 'tests/**'
- '.bun-version'
- 'package.json'
- 'bun.lockb'
- 'bun.lock'
- 'tsconfig.json'

workflow_dispatch:
Expand Down
Loading

0 comments on commit 46f9c9a

Please sign in to comment.