Open AndesKrrrrrrrrrrr opened 10 months ago
I'm not familiar with ec2-runners
here, is that something you've setup in your organization?
This might ultimately be something we need to tweak in Volta itself. As long as someone makes sure that $PATH
is updated we don't really care if we could edit your profile (bash/fish/zsh/etc).
We might be able to add a flag to volta setup
for that, but we'd need to consider the pros/cons specifically.
Hmm. We might be able to avoid this error in the action itself if we setup VOLTA_HOME
on $PATH
first:
Basically, this would mean either changing setupVolta
to always pass PATH
as well as VOLTA_HOME
:
Or calling .addPath
before calling voltaSetup
(though it would take a bit of reworking to actually handle correctly):
🤔
I'm using this action in my CI, but getting errors regarding my profile/bashrc.
Minimum Working Example