docs: add package.json and .tool-versions to bun-version-file examples

This commit is contained in:
Jozef Steinhübl 2024-05-08 10:57:36 +02:00
parent 92b090076c
commit 6eefc6ada4
No known key found for this signature in database
GPG key ID: E6BC90C91973B08F

View file

@ -9,7 +9,7 @@ inputs:
description: 'The version of Bun to install. (e.g. "latest", "canary", "1.0.0", "1.0.x", <sha>)' description: 'The version of Bun to install. (e.g. "latest", "canary", "1.0.0", "1.0.x", <sha>)'
required: false required: false
bun-version-file: bun-version-file:
description: 'The version of Bun to install from file. (e.g. ".bumrc")' description: 'The version of Bun to install from file. (e.g. "package.json", ".bumrc", ".tool-versions")'
required: false required: false
registry-url: registry-url:
required: false required: false