ci(release): hash new lockfile for dependency caching

This commit is contained in:
PalmDevs
2025-04-16 20:33:35 +07:00
parent 31e5cf7fc5
commit 410d289297

View File

@@ -30,7 +30,7 @@ jobs:
uses: actions/cache@v4 uses: actions/cache@v4
with: with:
path: '**/node_modules' path: '**/node_modules'
key: ${{ runner.os }}-bun-${{ hashFiles('**/bun.lockb') }} key: ${{ runner.os }}-bun-${{ hashFiles('**/bun.lock') }}
restore-keys: ${{ runner.os }}-bun- restore-keys: ${{ runner.os }}-bun-
- name: Setup Bun - name: Setup Bun