Update bun-ci.yml

This commit is contained in:
Zaid Hafeez
2025-07-08 13:29:03 +05:00
committed by GitHub
parent e26c3bccdb
commit b5d04d591f

View File

@ -37,7 +37,7 @@ jobs:
uses: actions/cache@v4
with:
path: ~/.bun/install/cache
key: ${{ runner.os }}-bun-1.2.19-${{ hashFiles('apps/web/bun.lock') }}
key: ${{ runner.os }}-bun-1.2.18-${{ hashFiles('apps/web/bun.lock') }}
- name: Install dependencies
working-directory: apps/web