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:
In docs/advanced-usage.md#node-version-file, explain what effect "engines": { "node": ">=16.0.0" } would have had if it was not overridden by the volta option.
Justification:
I cannot tell from reading whether the example would install node 16, 20, 21 or 22.
Are you willing to submit a PR?
Yes.
The text was updated successfully, but these errors were encountered:
When "engines": { "node": ">=16.0.0" } is specified and not overridden by volta.node, the action will install the highest available version that satisfies this range, in line with SemVer guidelines. This could include versions like 16.x, 18.x, 20.x, or any newer version that meets the requirement.
Thanks for the clarification! Next step would be to check if the example in the file still is confusing, and if so, add the clarification there. Maybe I can do that soon.
Description:
In
docs/advanced-usage.md#node-version-file
, explain what effect"engines": { "node": ">=16.0.0" }
would have had if it was not overridden by the volta option.Justification:
I cannot tell from reading whether the example would install node 16, 20, 21 or 22.
Are you willing to submit a PR?
Yes.
The text was updated successfully, but these errors were encountered: