We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
.bun-version
the action i use is just
- uses: oven-sh/setup-bun@v2
without any parameters, it should just use the latest bun version and not output any errors
the documentation says bun-version-file defaults to undefined
bun-version-file
undefined
but in reality:
setup-bun/action.yml
Lines 11 to 14 in 339e277
The text was updated successfully, but these errors were encountered:
fix: bun-version-file default value
882f474
fix oven-sh#89
fix: bun-version-file default value (#90)
f43b443
fix #89
Successfully merging a pull request may close this issue.
the action i use is just
without any parameters, it should just use the latest bun version and not output any errors
the documentation says
bun-version-file
defaults toundefined
but in reality:
setup-bun/action.yml
Lines 11 to 14 in 339e277
The text was updated successfully, but these errors were encountered: