1 parent 8132637 commit 0380362Copy full SHA for 0380362
1 file changed
.github/actions/setup-bun/action.yml
@@ -3,17 +3,17 @@ description: "Setup Bun with caching and install dependencies"
3
runs:
4
using: "composite"
5
steps:
6
- - name: Setup Bun
7
- uses: oven-sh/setup-bun@v2
8
- with:
9
- bun-version-file: package.json
10
-
11
- name: Mount Bun Cache
12
uses: useblacksmith/stickydisk@v1
13
with:
14
key: ${{ github.repository }}-bun-cache
15
path: ~/.bun
16
+ - name: Setup Bun
+ uses: oven-sh/setup-bun@v2
+ with:
+ bun-version-file: package.json
+
17
- name: Install dependencies
18
run: bun install
19
shell: bash
0 commit comments