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-4Lines changed: 1 addition & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,7 +13,7 @@ This action installs [volta](https://volta.sh) by:
13
13
## Inputs
14
14
15
15
| parameter | description | required | default |
16
-
| - | - | - | - |
16
+
| ---| ---| ---|--- |
17
17
| volta-version | Version of `volta` to fetch and setup. Examples: 0.6.0, 10.15.1, >=10.15.0 |`false`||
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`||
@@ -24,9 +24,6 @@ This action installs [volta](https://volta.sh) by:
24
24
| 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`||
25
25
| 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 }} |
26
26
| always-auth | Set always-auth in npmrc |`false`| false |
0 commit comments