mirror of
https://github.com/oven-sh/setup-bun.git
synced 2025-07-18 04:28:28 +02:00
feat: make .bun-version as default in bun-version-file
This commit is contained in:
parent
275f7ae85d
commit
0900cf07cf
1 changed files with 1 additions and 0 deletions
|
@ -10,6 +10,7 @@ inputs:
|
|||
required: false
|
||||
bun-version-file:
|
||||
description: 'The version of Bun to install from file. (e.g. "package.json", ".bumrc", ".tool-versions")'
|
||||
default: ".bun-version"
|
||||
required: false
|
||||
bun-download-url:
|
||||
description: "Override the URL to download Bun from. This skips version resolution and verifying AVX2 support."
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue