Skip to content

Commit a375b0d

Browse files
authored
Merge pull request #155 from volta-cli/rwjblue/moar-deps
Update various dependencies to latest
2 parents 4798a90 + 5b7b364 commit a375b0d

File tree

4 files changed

+2118
-1832
lines changed

4 files changed

+2118
-1832
lines changed

README.md

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -9,22 +9,22 @@ This action installs [volta](https://volta.sh) by:
99
- downloading and caching volta (adding it to your $PATH)
1010
- optionally downloading and caching a version of node - npm by version spec and add to PATH
1111

12-
<!-- action-docs-inputs -->
12+
<!-- action-docs-inputs action="action.yml" -->
1313
## Inputs
1414

15-
| parameter | description | required | default |
15+
| name | description | required | default |
1616
| --- | --- | --- | --- |
17-
| volta-version | Version of `volta` to fetch and setup. Examples: 0.6.0, 10.15.1, >=10.15.0 | `false` | |
18-
| node-version | Version Spec of the node version to use. Examples: 10.6.x, 10.15.1, >=10.15.0 | `false` | |
19-
| npm-version | Version Spec of the npm version to use. Examples: 7.5.x, 7.5.3, >=7.5.3 | `false` | |
20-
| yarn-version | Version Spec of the yarn version to use. Examples: 1.6.x, 10.15.1, >=10.15.0 | `false` | |
21-
| package-json-path | The path to the package.json to update when using an explicit `node-version` | `yarn-version` | `npm-version` override. By default, we will use `package.json` in the checkout root. | `false` | |
22-
| 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` | |
23-
| 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` | |
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-
| 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-
| always-auth | Set always-auth in npmrc | `false` | false |
27-
<!-- action-docs-inputs -->
17+
| `volta-version` | <p>Version of <code>volta</code> to fetch and setup. Examples: 0.6.0, 10.15.1, &gt;=10.15.0</p> | `false` | `""` |
18+
| `node-version` | <p>Version Spec of the node version to use. Examples: 10.6.x, 10.15.1, &gt;=10.15.0</p> | `false` | `""` |
19+
| `npm-version` | <p>Version Spec of the npm version to use. Examples: 7.5.x, 7.5.3, &gt;=7.5.3</p> | `false` | `""` |
20+
| `yarn-version` | <p>Version Spec of the yarn version to use. Examples: 1.6.x, 10.15.1, &gt;=10.15.0</p> | `false` | `""` |
21+
| `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` | `""` |
22+
| `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` | `""` |
23+
| `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` | `""` |
24+
| `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` | `""` |
25+
| `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 }}` |
26+
| `always-auth` | <p>Set always-auth in npmrc</p> | `false` | `false` |
27+
<!-- action-docs-inputs action="action.yml" -->
2828

2929
## Usage
3030

0 commit comments

Comments
 (0)