Skip to content

Commit 25165c0

Browse files
committed
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
1 parent c952bfa commit 25165c0

File tree

4 files changed

+239
-2
lines changed

4 files changed

+239
-2
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88
- 'src/**'
99
- 'tests/**'
1010
- 'package.json'
11-
- 'bun.lockb'
11+
- 'bun.lock'
1212
- 'tsconfig.json'
1313

1414
pull_request:
@@ -17,7 +17,7 @@ on:
1717
- 'src/**'
1818
- 'tests/**'
1919
- 'package.json'
20-
- 'bun.lockb'
20+
- 'bun.lock'
2121
- 'tsconfig.json'
2222

2323
workflow_dispatch:

0 commit comments

Comments
 (0)