Skip to content

Commit d253558

Browse files
author
Robert Jackson
committed
Release 4.0.1
1 parent f1de68b commit d253558

File tree

5 files changed

+6207
-5966
lines changed

5 files changed

+6207
-5966
lines changed

CHANGELOG.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,29 @@
77

88

99

10+
11+
## v4.0.1 (2023-05-17)
12+
13+
#### :memo: Documentation
14+
* [#125](https://github.com/volta-cli/action/pull/125) docs: update examples with v4 release ([@Maxwell2022](https://github.com/Maxwell2022))
15+
* [#128](https://github.com/volta-cli/action/pull/128) Use v4 in readme examples ([@otahontas](https://github.com/otahontas))
16+
* [#116](https://github.com/volta-cli/action/pull/116) Update link to Volta releases page ([@alexlafroscia](https://github.com/alexlafroscia))
17+
18+
#### :house: Internal
19+
* [#135](https://github.com/volta-cli/action/pull/135) Update dependencies & devDependencies to latest ([@rwjblue](https://github.com/rwjblue))
20+
* [#134](https://github.com/volta-cli/action/pull/134) Update release-it (and plugins) to latest ([@rwjblue](https://github.com/rwjblue))
21+
* [#133](https://github.com/volta-cli/action/pull/133) Add more logging (to more easily identify failures) ([@rwjblue](https://github.com/rwjblue))
22+
* [#132](https://github.com/volta-cli/action/pull/132) Migrate to vitest ([@rwjblue](https://github.com/rwjblue))
23+
* [#130](https://github.com/volta-cli/action/pull/130) Update in-range dependencies & devDependencies to latest ([@rwjblue](https://github.com/rwjblue))
24+
* [#131](https://github.com/volta-cli/action/pull/131) Avoid CI errors when testing [email protected] with OpenSSL 3 ([@rwjblue](https://github.com/rwjblue))
25+
26+
#### Committers: 4
27+
- Alex LaFroscia ([@alexlafroscia](https://github.com/alexlafroscia))
28+
- Maxime ([@Maxwell2022](https://github.com/Maxwell2022))
29+
- Otto Ahoniemi ([@otahontas](https://github.com/otahontas))
30+
- Robert Jackson ([@rwjblue](https://github.com/rwjblue))
31+
32+
1033
## v4.0.0 (2022-10-03)
1134

1235
#### :boom: Breaking Change

README.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ This action installs [volta](https://volta.sh) by:
1313
## Inputs
1414

1515
| parameter | description | required | default |
16-
| - | - | - | - |
16+
| --- | --- | --- | --- |
1717
| volta-version | Version of `volta` to fetch and setup. Examples: 0.6.0, 10.15.1, >=10.15.0 | `false` | |
1818
| node-version | Version Spec of the node version to use. Examples: 10.6.x, 10.15.1, >=10.15.0 | `false` | |
1919
| 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:
2424
| 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` | |
2525
| 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 }} |
2626
| always-auth | Set always-auth in npmrc | `false` | false |
27-
28-
29-
3027
<!-- action-docs-inputs -->
3128

3229
## Usage

0 commit comments

Comments
 (0)