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
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.
The text was updated successfully, but these errors were encountered:
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 asskip_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.
The text was updated successfully, but these errors were encountered: