Skip to content

Commit c00fcf7

Browse files
committed
address testsg
1 parent 817b78e commit c00fcf7

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/actions/setup/action.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ description: Install Bun and dependencies
33
runs:
44
using: composite
55
steps:
6-
- uses: oven-sh/setup-bun@v1
6+
- uses: oven-sh/setup-bun@v2
7+
with:
8+
bun-version-file: package.json
79
- run: bun install
810
shell: bash

0 commit comments

Comments
 (0)