fix: correct cache key for Bun modules in CI workflow
This commit is contained in:
2
.github/workflows/bun-ci.yml
vendored
2
.github/workflows/bun-ci.yml
vendored
@ -34,7 +34,7 @@ jobs:
|
||||
uses: actions/cache@v4
|
||||
with:
|
||||
path: ~/.bun/install/cache
|
||||
key: ${{ runner.os }}-bun-${{ hashFiles('apps/web/bun.lockb') }}
|
||||
key: ${{ runner.os }}-bun-${{ hashFiles('apps/web/bun.lock') }}
|
||||
|
||||
- name: Install dependencies
|
||||
working-directory: apps/web
|
||||
|
Reference in New Issue
Block a user