fix: correct cache key for Bun modules in CI workflow

This commit is contained in:
Zaid-maker
2025-06-24 16:32:35 +05:00
parent 642c11fc9e
commit 5de5444a3e

View File

@ -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