bump bun version in CI

This commit is contained in:
Zaid Hafeez
2025-07-08 13:23:41 +05:00
committed by GitHub
parent ea59cc3950
commit 65afd3f18b

View File

@ -31,13 +31,13 @@ jobs:
- name: Install Bun
uses: oven-sh/setup-bun@735343b667d3e6f658f44d0eca948eb6282f2b76
with:
bun-version: 1.2.17
bun-version: 1.2.18
- name: Cache Bun modules
uses: actions/cache@v4
with:
path: ~/.bun/install/cache
key: ${{ runner.os }}-bun-1.2.17-${{ hashFiles('apps/web/bun.lock') }}
key: ${{ runner.os }}-bun-1.2.19-${{ hashFiles('apps/web/bun.lock') }}
- name: Install dependencies
working-directory: apps/web