ci: generate cache key from bun.lock
All checks were successful
Build & Depoly / Depoly blog (push) Successful in 1m21s
All checks were successful
Build & Depoly / Depoly blog (push) Successful in 1m21s
This commit is contained in:
parent
4bd975796e
commit
c6d2d361e3
1 changed files with 1 additions and 1 deletions
|
@ -37,7 +37,7 @@ jobs:
|
|||
uses: actions/cache@v4
|
||||
with:
|
||||
path: ~/.bun/install/cache
|
||||
key: ${{ runner.os }}-${{ matrix.bun }}-bun-${{ hashFiles('**/bun.lockb') }}
|
||||
key: ${{ runner.os }}-${{ matrix.bun }}-bun-${{ hashFiles('**/bun.lock') }}
|
||||
restore-keys: |
|
||||
${{ runner.os }}-${{ matrix.bun }}-bun-
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue