Open
Description
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.