Description:
The 2.5.0 release of actions/setup-node released support determine the node version via an .nvmrc file at the root. I think it'd be prudent to use the pyenv standard of a .python-version file to support this.
Justification:
It'd be nice to be DRY when specifying versions across multiple actions.
Are you willing to submit a PR?
Description:
The 2.5.0 release of actions/setup-node released support determine the node version via an
.nvmrcfile at the root. I think it'd be prudent to use the pyenv standard of a.python-versionfile to support this.Justification:
It'd be nice to be DRY when specifying versions across multiple actions.
Are you willing to submit a PR?