Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ This action installs [volta](https://volta.sh) by:
| `yarn-version` | <p>Version Spec of the yarn version to use. Examples: 1.6.x, 10.15.1, &gt;=10.15.0</p> | `false` | `""` |
| `package-json-path` | <p>The path to the package.json to update when using an explicit <code>node-version</code> | <code>yarn-version</code> | <code>npm-version</code> override. By default, we will use <code>package.json</code> in the checkout root.</p> | `false` | `""` |
| `variant` | <p>Specific variant to install. Example: providing the variant "linux-openssl-rhel", which will target installing the volta-${version}-linux-openssl-rhel.tar.gz tarball</p> | `false` | `""` |
| `registry-url` | <p>Optional registry to set up for auth. Will set the registry in a project level .npmrc file, and set up auth to read in from env.NODE<em>AUTH</em>TOKEN</p> | `false` | `""` |
| `registry-url` | <p>Optional registry to set up for auth. Will set the registry in a project level .npmrc file, and set up auth to read in from `env.NODE_AUTH_TOKEN`</p> | `false` | `""` |
| `scope` | <p>Optional scope for authenticating against scoped registries. Will fall back to the repository owner when using the GitHub Packages registry (https://npm.pkg.github.com/).</p> | `false` | `""` |
| `token` | <p>Used to avoid low rate limiting for cached tool downloads. Since there's a default, this is typically not supplied by the user.</p> | `false` | `${{ github.token }}` |
| `always-auth` | <p>Set always-auth in npmrc</p> | `false` | `false` |
Expand Down