Skip to content

Commit

Permalink
Release 4.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rwjblue committed Aug 5, 2024
1 parent 289e7b0 commit 2e822b5
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 4 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,16 @@




## v4.2.0 (2024-08-05)

#### :rocket: Enhancement
* [#151](https://github.com/volta-cli/action/pull/151) Add support for Volta 2.0.0 ([@charlespierce](https://github.com/charlespierce))

#### Committers: 1
- Charles Pierce ([@charlespierce](https://github.com/charlespierce))


## v4.1.1 (2024-03-14)

#### :house: Internal
Expand Down
2 changes: 1 addition & 1 deletion dist/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -23186,7 +23186,7 @@ async function buildDownloadUrl(platform, arch, version, variant = '', openSSLVe
break;
}
case 'win32': {
fileName = `volta-${version}-windows-${arch === 'arm64' ? 'arm64' : '-x86_64'}.msi`;
fileName = `volta-${version}-windows-${arch === 'arm64' ? 'arm64' : 'x86_64'}.msi`;
break;
}
default:
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@volta-cli/action",
"version": "4.1.1",
"version": "4.2.0",
"private": true,
"description": "Setup volta for usage in your CI runs",
"keywords": [
Expand Down

0 comments on commit 2e822b5

Please sign in to comment.