We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 817b78e commit c00fcf7Copy full SHA for c00fcf7
.github/actions/setup/action.yml
@@ -3,6 +3,8 @@ description: Install Bun and dependencies
3
runs:
4
using: composite
5
steps:
6
- - uses: oven-sh/setup-bun@v1
+ - uses: oven-sh/setup-bun@v2
7
+ with:
8
+ bun-version-file: package.json
9
- run: bun install
10
shell: bash
0 commit comments