We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e8fd126 commit 05b14ecCopy full SHA for 05b14ec
.github/workflows/ci.yaml
@@ -22,14 +22,14 @@ jobs:
22
~/.bun/install/cache
23
node_modules
24
packages/*/node_modules
25
- key: ${{ runner.os }}-bun-${{ hashFiles('**/bun.lockb') }}
+ key: ${{ runner.os }}-bun-${{ hashFiles('**/bun.lock') }}
26
restore-keys: |
27
${{ runner.os }}-bun-
28
29
- name: Setup Bun
30
uses: oven-sh/setup-bun@v2
31
with:
32
- bun-version: latest
+ bun-version: 1.2.22
33
34
- name: Install Dependencies
35
run: bun install --frozen-lockfile
0 commit comments