Skip to content

Commit fcc30ed

Browse files
authored
fix(docs): remove wildcard in version (#124)
until #37 gets fixed
1 parent 56408e9 commit fcc30ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ In most cases, you shouldn't need to use the [setup-node](https://github.com/act
5454

5555
| Name | Description | Default | Examples |
5656
| ------------------ | ----------------------------------------------------- | ----------- | ------------------------------------------------ |
57-
| `bun-version` | The version of Bun to download and install. | `latest` | `canary`, `1.0.0`, `1.0.x` |
57+
| `bun-version` | The version of Bun to download and install. | `latest` | `canary`, `1.0.0` |
5858
| `bun-version-file` | The version of Bun to download and install from file. | `undefined` | `package.json`, `.bun-version`, `.tool-versions` |
5959
| `bun-download-url` | URL to download .zip file for Bun release | | |
6060
| `registry-url` | Registry URL where some private package is stored. | `undefined` | `"https://npm.pkg.github.com/"` |

0 commit comments

Comments
 (0)