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: 'Version Spec of the version to use. Examples: 10.x, 10.15.1, >=10.15.0'
default: '10.x'
Is there a reason that the default version for node-version is not the latest LTS version ie. 12.x? Seems like that would be a more reasonable exception for this workflow.
The text was updated successfully, but these errors were encountered:
I'll fix this. Actually, it shouldn't even have a default since the intended behavior was to be able to use without installing node by not supplying a value (thus using node globally installed on machine). That allows for action still setting up problem matchers etc.
Since I can't remove in v1 without affecting existing users, I will bump to 12.x in v1 and the upcoming v2 lineage will fix this by not have a default at all.
* Add instructions on how to user a different user
* Fix wording
* Use special GitHub-provided mail for push examples
* Apply suggestions from code review
Co-authored-by: Federico Grandi <fgrandi30@gmail.com>
setup-node/action.yml
Lines 8 to 10 in 339aa41
Is there a reason that the default version for
node-version
is not the latest LTS version ie.12.x
? Seems like that would be a more reasonable exception for this workflow.The text was updated successfully, but these errors were encountered: