Skip to content

Commit af948c0

Browse files
author
Robert Jackson
committed
Release 4.0.0-beta.2
1 parent a1840d6 commit af948c0

File tree

5 files changed

+64
-473
lines changed

5 files changed

+64
-473
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,19 @@
44

55

66

7+
8+
## v4.0.0-beta.2 (2022-09-09)
9+
10+
#### :rocket: Enhancement
11+
* [#107](https://github.com/volta-cli/action/pull/107) Add `package-json-path` input to specify location of `package.json` ([@rwjblue](https://github.com/rwjblue))
12+
13+
#### :house: Internal
14+
* [#106](https://github.com/volta-cli/action/pull/106) Update devDependencies to latest ([@rwjblue](https://github.com/rwjblue))
15+
16+
#### Committers: 1
17+
- Robert Jackson ([@rwjblue](https://github.com/rwjblue))
18+
19+
720
## v4.0.0-beta.1 (2022-09-07)
821

922
#### :boom: Breaking Change

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,11 @@ This action installs [volta](https://volta.sh) by:
1414

1515
| parameter | description | required | default |
1616
| - | - | - | - |
17-
| volta-version | Version Spec of the volta version to use. Examples: 0.6.x, 10.15.1, >=10.15.0 | `false` | |
17+
| 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` | |
2020
| 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` | |
2122
| 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` | |
2223
| 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` | |
2324
| 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` | |

0 commit comments

Comments
 (0)