Skip to content

Commit 0380362

Browse files
committed
ci
1 parent 8132637 commit 0380362

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,17 +3,17 @@ 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: Mount Bun Cache
127
uses: useblacksmith/stickydisk@v1
138
with:
149
key: ${{ github.repository }}-bun-cache
1510
path: ~/.bun
1611

12+
- name: Setup Bun
13+
uses: oven-sh/setup-bun@v2
14+
with:
15+
bun-version-file: package.json
16+
1717
- name: Install dependencies
1818
run: bun install
1919
shell: bash

0 commit comments

Comments
 (0)