Skip to content
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

Add an explicit flag to skip Node.js installation #960

Open
sestrella opened this issue Feb 15, 2024 · 1 comment
Open

Add an explicit flag to skip Node.js installation #960

sestrella opened this issue Feb 15, 2024 · 1 comment
Labels
feature request New feature or request to improve the current logic

Comments

@sestrella
Copy link

Description:
After reviewing the source code, it appears that providing an empty string to the node-version input is the simplest approach to bypassing Node.js installation, which may require greater explanation in the README file. On the other hand, using an empty string to control this behaviour may be less intuitive than using a self-explanatory flag such as skip_install.

Justification:
In some cases, users may prefer to use an alternative Node.js installation method, such as Nix, while still benefiting from the caching capabilities provided by this action.

Are you willing to submit a PR?
Yes, if this proposal gets accepted.

@sestrella sestrella added feature request New feature or request to improve the current logic needs triage labels Feb 15, 2024
@HarithaVattikuti
Copy link
Contributor

Hello @sestrella
Thank you for creating this feature request. We will investigate it and get back to you as soon as we have some feedback.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature request New feature or request to improve the current logic
Projects
None yet
Development

No branches or pull requests

2 participants