Skip to content

Commit 738d577

Browse files
authored
docs(README): mention support for lts/*
Thanks @bnb! https://twitter.com/bitandbang/status/1439255794386620419
1 parent 62d7c5f commit 738d577

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
@@ -35,7 +35,7 @@ I run the script against all [@octokit repositories](https://github.com/orgs/oct
3535

3636
| option | type | description |
3737
| ---------------------------- | ---------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
38-
| `--version` | number | Defaults to latest Node LTS major version |
38+
| `--version` | number | Defaults to latest Node LTS major version (v16). You can set it to [`lts/*`](https://github.com/actions/setup-node#supported-version-syntax) to always get the latest LTS version if you prefer |
3939
| `--workflow` | string | workflow file name or pattern to only update a subset of workflows. [matcher](https://github.com/sindresorhus/matcher#usage) is used for matching. Defaults to `*` |
4040
| `--octoherd-token`, `-T` | string | A personal access token ([create](https://github.com/settings/tokens/new?scopes=repo)). Script will create one if option is not set |
4141
| `--octoherd-repos`, `-R` | array of strings | One or multiple space-separated repositories in the form of `repo-owner/repo-name`. `repo-owner/*` will find all repositories for one owner. `*` will find all repositories the user has access to. Will prompt for repositories if not set |

0 commit comments

Comments
 (0)