-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Support systems without preexisting nodejs #1287
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Hello @a-b, Thank you for creating this issue and we will look into it :) |
Hi @a-b, |
Can you explain what is unreasonable about rewriting it as a shell script to eliminate the dependency on Node? This would allow the installation and configuration of the specified version of Node on a greenfield system. |
@mahabaleshwars please elaborate on what motivated you to consider my request as a spam. |
Hi @a-b, |
jobs: |
Hi @a-b, Thank you for bringing this issue to our attention. To help us investigate and assist you more effectively, could you please elaborate on the problem you're encountering? Specifically, it would be helpful if you could provide additional details regarding your setup and expectations. Additionally, we kindly request that you share relevant workflow runs or logs that demonstrate the issue. These details will allow us to better understand your scenario and identify a suitable resolution. Looking forward to your response! |
Hello @a-b, Just a gentle reminder! Could you please let us know if there are any updates from your side regarding this issue? |
The issue persists; I cannot run this action without Node. |
Hi @a-b, Thank you for your response. To help us investigate this issue further, we kindly request you to provide the following details:
These additional details will allow us to better understand your scenario and identify a resolution. Without this information, it will be challenging for us to proceed with the investigation. Looking forward to your input! |
Description:
This action is not working if there is no preexisting node on the system
Action version:
v4
Platform:
Runner type:
Repro steps:
Run workflow on the runner without nodejs.
Expected behavior:
Action won't depend on the existing nodejs to install one on the system
Actual behavior:
Getting an error that there is no nodejs.
The text was updated successfully, but these errors were encountered: