Skip to content
New issue

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

Warning about .bun-version not found #89

Closed
Araxeus opened this issue Jul 14, 2024 · 0 comments · Fixed by #90
Closed

Warning about .bun-version not found #89

Araxeus opened this issue Jul 14, 2024 · 0 comments · Fixed by #90

Comments

@Araxeus
Copy link
Contributor

Araxeus commented Jul 14, 2024

image

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
image

but in reality:

setup-bun/action.yml

Lines 11 to 14 in 339e277

bun-version-file:
description: 'The version of Bun to install from file. (e.g. "package.json", ".bun-version", ".tool-versions")'
default: ".bun-version"
required: false

Araxeus added a commit to Araxeus/setup-bun that referenced this issue Jul 14, 2024
xhyrom pushed a commit that referenced this issue Jul 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant