Closed
Description
Description:
The idea would be to propose having an array of string when it comes to node-version-file
so that it would have fallbacks if the file was not found
Justification:
Like many i'm using this action in a monorepo, where sometimes services/packages are not on par. Some have a .node-version
file, some a .nvmrc
file, and some a package.json
file. I wished we could provide the 3 so that the first found gets picked.
Are you willing to submit a PR?
Yes, I could work on it.