mirror of
https://github.com/oven-sh/setup-bun.git
synced 2025-02-23 02:30:26 +08:00
chore: 🔒 use text-based Bun lockfile 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
3 lines
34 B
TOML
3 lines
34 B
TOML
[install]
|
|
saveTextLockfile = true
|