Skip to content

Commit

Permalink
Release 4.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
rwjblue committed May 17, 2023
1 parent f1de68b commit d253558
Show file tree
Hide file tree
Showing 5 changed files with 6,207 additions and 5,966 deletions.
23 changes: 23 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,29 @@




## v4.0.1 (2023-05-17)

#### :memo: Documentation
* [#125](https://github.com/volta-cli/action/pull/125) docs: update examples with v4 release ([@Maxwell2022](https://github.com/Maxwell2022))
* [#128](https://github.com/volta-cli/action/pull/128) Use v4 in readme examples ([@otahontas](https://github.com/otahontas))
* [#116](https://github.com/volta-cli/action/pull/116) Update link to Volta releases page ([@alexlafroscia](https://github.com/alexlafroscia))

#### :house: Internal
* [#135](https://github.com/volta-cli/action/pull/135) Update dependencies & devDependencies to latest ([@rwjblue](https://github.com/rwjblue))
* [#134](https://github.com/volta-cli/action/pull/134) Update release-it (and plugins) to latest ([@rwjblue](https://github.com/rwjblue))
* [#133](https://github.com/volta-cli/action/pull/133) Add more logging (to more easily identify failures) ([@rwjblue](https://github.com/rwjblue))
* [#132](https://github.com/volta-cli/action/pull/132) Migrate to vitest ([@rwjblue](https://github.com/rwjblue))
* [#130](https://github.com/volta-cli/action/pull/130) Update in-range dependencies & devDependencies to latest ([@rwjblue](https://github.com/rwjblue))
* [#131](https://github.com/volta-cli/action/pull/131) Avoid CI errors when testing volta@1.0.0 with OpenSSL 3 ([@rwjblue](https://github.com/rwjblue))

#### Committers: 4
- Alex LaFroscia ([@alexlafroscia](https://github.com/alexlafroscia))
- Maxime ([@Maxwell2022](https://github.com/Maxwell2022))
- Otto Ahoniemi ([@otahontas](https://github.com/otahontas))
- Robert Jackson ([@rwjblue](https://github.com/rwjblue))


## v4.0.0 (2022-10-03)

#### :boom: Breaking Change
Expand Down
5 changes: 1 addition & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ This action installs [volta](https://volta.sh) by:
## Inputs

| parameter | description | required | default |
| - | - | - | - |
| --- | --- | --- | --- |
| volta-version | Version of `volta` to fetch and setup. Examples: 0.6.0, 10.15.1, >=10.15.0 | `false` | |
| node-version | Version Spec of the node version to use. Examples: 10.6.x, 10.15.1, >=10.15.0 | `false` | |
| npm-version | Version Spec of the npm version to use. Examples: 7.5.x, 7.5.3, >=7.5.3 | `false` | |
Expand All @@ -24,9 +24,6 @@ This action installs [volta](https://volta.sh) by:
| 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` | |
| 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 }} |
| always-auth | Set always-auth in npmrc | `false` | false |



<!-- action-docs-inputs -->

## Usage
Expand Down
Loading

0 comments on commit d253558

Please sign in to comment.