mirror of
https://github.com/oven-sh/setup-bun.git
synced 2025-07-18 12:38:24 +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
|
required: false
|
||||||
bun-version-file:
|
bun-version-file:
|
||||||
description: 'The version of Bun to install from file. (e.g. "package.json", ".bumrc", ".tool-versions")'
|
description: 'The version of Bun to install from file. (e.g. "package.json", ".bumrc", ".tool-versions")'
|
||||||
|
default: ".bun-version"
|
||||||
required: false
|
required: false
|
||||||
bun-download-url:
|
bun-download-url:
|
||||||
description: "Override the URL to download Bun from. This skips version resolution and verifying AVX2 support."
|
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