Skip to content

Commit e49a1d1

Browse files
committed
ci: fix
1 parent 5285655 commit e49a1d1

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

.github/actions/setup-bun/action.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,6 @@ description: "Setup Bun with caching and install dependencies"
33
runs:
44
using: "composite"
55
steps:
6-
- name: Setup Bun
7-
uses: oven-sh/setup-bun@v2
8-
with:
9-
bun-version-file: package.json
10-
116
- name: Cache ~/.bun
127
id: cache-bun
138
uses: actions/cache@v4
@@ -17,6 +12,11 @@ runs:
1712
restore-keys: |
1813
${{ runner.os }}-bun-
1914
15+
- name: Setup Bun
16+
uses: oven-sh/setup-bun@v2
17+
with:
18+
bun-version-file: package.json
19+
2020
- name: Install dependencies
2121
run: bun install
2222
shell: bash

bun.lock

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)