Skip to content

Commit 05b14ec

Browse files
committed
Pin bun version
1 parent e8fd126 commit 05b14ec

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,14 +22,14 @@ jobs:
2222
~/.bun/install/cache
2323
node_modules
2424
packages/*/node_modules
25-
key: ${{ runner.os }}-bun-${{ hashFiles('**/bun.lockb') }}
25+
key: ${{ runner.os }}-bun-${{ hashFiles('**/bun.lock') }}
2626
restore-keys: |
2727
${{ runner.os }}-bun-
2828
2929
- name: Setup Bun
3030
uses: oven-sh/setup-bun@v2
3131
with:
32-
bun-version: latest
32+
bun-version: 1.2.22
3333

3434
- name: Install Dependencies
3535
run: bun install --frozen-lockfile

0 commit comments

Comments
 (0)