Closed twokul closed 2 years ago
I'm getting the same error ^
Upgrading to volta-cli/action@v4
fixed the issue for me.
Ya, volta@1.1.0 requires volta-cli/action@v4
@rwjblue Understood. The issue is that v3
and earlier versions pull the latest version of volta
(1.1.0
.) It seems like that might be an unintentional breaking change.
I'm working on backports of #115. The problem here is basically that there is an unfortunate coupling between volta's own publishing process (where we have to figure out what asset to install for any given platform). From the volta-cli/volta perspective there is no breaking change (since it's installer script does the right thing), but for users of the action things are not as smooth at the moment.
I'll try to create an issue and start strategizing how to absorb things a bit better "next time", in the meantime I'm trying to backport fixes to applicable versions of the action.
Apologies to those impacted, this was my mistake not coordinating the changes before publishing the Volta release 😢
OK, all majors have been updated (v1, v2, v3, and v4), sorry for the troubles!!
@rwjblue thanks much!
volta-cli/action
started failing suddenly today.Here are the errors that I have observed:
Using
volta-cli/action@v1
Using
volta-cli/action@v3
The
volta-cli@1.1.0
seems to be available (and has been for some time.)Interestingly enough, pinning the version to
1.0.8
"fixes" the errors:Any pointers?