You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It seems like node is not installed after using the action. Unfortunately, I cannot provide a reproductible example or a link as my company's repository is private.
Hi @ValentinVignal, We were unable to reproduce the issue on the provided workflow. The environment fields are populated correctly. Please see the screenshot below for reference.
Here are some troubleshooting steps you can follow:
Verify Node.js Version: Ensure that the node-version parameter is specified correctly in the workflow file.
Check PATH Configuration: Ensure the PATH environment variable includes the path to the node binary. Add a step to print the PATH variable:
- run: echo $PATH
If the issue persists and you are unable to provide a reproducible link, please share your workflow file with the relevant configuration for further assistance.
Additionally, could you please confirm whether you are using a GitHub-hosted or self-hosted runner? If you are using a GitHub-hosted runner, even if you do not pass the node version, you will get the default values.
Description:
It seems like node is not installed after using the action. Unfortunately, I cannot provide a reproductible example or a link as my company's repository is private.
After running
when I try to use
node
, I get the errornode: command not found
.Also, the logs about environment details seem empty:
I might be missing something or it might be because of my company's repos rules/set up.
What could it be ?
Action version:
v4
Platform:
I'm not sure as I don't have access to the details of the image but I think it would be Ubuntu
Runner type:
Tools version:
Repro steps:
A description with steps to reproduce the issue. If you have a public example or repo to share, please provide the link.
Expected behavior:
A description of what you expected to happen.
Actual behavior:
The logs seems empty (look at Environment details)
I get the error
node: command not found
The text was updated successfully, but these errors were encountered: