Skip to content

Commit d7fcf88

Browse files
committed
chore: update bun.lock and release workflow cache key
- Bump various Babel packages to version 7.28.3 in bun.lock. - Update the cache key in the GitHub Actions release workflow to reference bun.lock instead of bun.lockb for improved caching.
1 parent da22f99 commit d7fcf88

2 files changed

Lines changed: 46 additions & 46 deletions

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
uses: actions/cache@v4
3434
with:
3535
path: ~/.bun/install/cache
36-
key: ${{ runner.os }}-bun-${{ hashFiles('**/bun.lockb') }}
36+
key: ${{ runner.os }}-bun-${{ hashFiles('**/bun.lock') }}
3737
restore-keys: |
3838
${{ runner.os }}-bun-
3939

0 commit comments

Comments
 (0)