issues
search
volta-cli
/
action
GitHub Action to Setup Volta
https://volta.sh
MIT License
93
stars
23
forks
source link
Add support for Volta 2.0.0
#151
Closed
charlespierce
closed
4 months ago
charlespierce
commented
4 months ago
Info
Volta 2.0.0 has some updates to supported architectures that necessitate changing the
buildDownloadUrl
method:
On macOS, we now have universal binaries so there is one URL for both
x64
and
arm64
On Linux and Windows, we now also support
arm64
binaries
Changes
Updated
buildDownloadUrl
to include a new branch for Volta 2.0.0 that handles the new architecture support
Tested
Updated the
installer.test.ts
file to include a set of tests for Volta 2.0.0
Info
buildDownloadUrl
method:x64
andarm64
arm64
binariesChanges
buildDownloadUrl
to include a new branch for Volta 2.0.0 that handles the new architecture supportTested
installer.test.ts
file to include a set of tests for Volta 2.0.0