You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-21Lines changed: 1 addition & 21 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,7 +18,7 @@ This action installs [volta](https://volta.sh) by:
18
18
| node-version | Version Spec of the node version to use. Examples: 10.6.x, 10.15.1, >=10.15.0 |`false`||
19
19
| npm-version | Version Spec of the npm version to use. Examples: 7.5.x, 7.5.3, >=7.5.3 |`false`||
20
20
| yarn-version | Version Spec of the yarn version to use. Examples: 1.6.x, 10.15.1, >=10.15.0 |`false`||
21
-
|openssl-version|Version Spec of the openssl version to use. Examples: 1.0, 1.1|`false`||
21
+
|variant|Specific variant to install. Example: providing the variant "linux-openssl-rhel", which will target installing the volta-${version}-linux-openssl-rhel.tar.gz tarball|`false`||
22
22
| registry-url | 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 |`false`||
23
23
| scope | 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/).|`false`||
24
24
| token | Used to avoid low rate limiting for cached tool downloads. Since there's a default, this is typically not supplied by the user. |`false`| ${{ github.token }} |
@@ -106,26 +106,6 @@ steps:
106
106
107
107
The `variant` fragment corresponds to a portion of the installer filename, and can be found in the [Volta Releases](https://github.com/volta-cli/action/releases) page.
108
108
109
-
## License
110
-
<!-- action-docs-inputs -->
111
-
## Inputs
112
-
113
-
| parameter | description | required | default |
114
-
| - | - | - | - |
115
-
| volta-version | Version Spec of the volta version to use. Examples: 0.6.x, 10.15.1, >=10.15.0 | `false` | |
116
-
| node-version | Version Spec of the node version to use. Examples: 10.6.x, 10.15.1, >=10.15.0 | `false` | |
117
-
| npm-version | Version Spec of the npm version to use. Examples: 7.5.x, 7.5.3, >=7.5.3 | `false` | |
118
-
| yarn-version | Version Spec of the yarn version to use. Examples: 1.6.x, 10.15.1, >=10.15.0 | `false` | |
119
-
| variant | Specific variant we want to install. Example: providing the variant "linux-openssl-rhel", which will target installing the volta-{version}-linux-openssl-rhel.tar.gz tarball | `false` | |
120
-
| registry-url | 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 | `false` | |
121
-
| scope | 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/). | `false` | |
122
-
| token | Used to avoid low rate limiting for cached tool downloads. Since there's a default, this is typically not supplied by the user. | `false` | ${{ github.token }} |
123
-
| always-auth | Set always-auth in npmrc | `false` | false |
124
-
125
-
126
-
127
-
<!-- action-docs-inputs -->
128
-
129
109
## License
130
110
131
111
The scripts and documentation in this project are released under the [MIT License](LICENSE)
0 commit comments