implement cache

This commit is contained in:
Zaid-maker
2025-06-24 16:31:13 +05:00
parent 6a6ba8d0ae
commit 642c11fc9e

View File

@ -30,6 +30,12 @@ jobs:
with:
bun-version: 1.2.2
- name: Cache Bun modules
uses: actions/cache@v4
with:
path: ~/.bun/install/cache
key: ${{ runner.os }}-bun-${{ hashFiles('apps/web/bun.lockb') }}
- name: Install dependencies
working-directory: apps/web
run: bun install