1
0
mirror of https://github.com/oven-sh/setup-bun.git synced 2025-04-08 05:56:03 +08:00

fix: bun-version-file default value

fix 
This commit is contained in:
Araxeus 2024-07-14 11:57:34 +03:00 committed by GitHub
parent 339e277e69
commit 882f4740f2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -10,7 +10,7 @@ inputs:
required: false
bun-version-file:
description: 'The version of Bun to install from file. (e.g. "package.json", ".bun-version", ".tool-versions")'
default: ".bun-version"
default: null
required: false
bun-download-url:
description: "Override the URL to download Bun from. This skips version resolution and verifying AVX2 support."