setup-node
setup-node copied to clipboard
Support .node-version and .nvmrc by default
Description:
Support .node-version
and .nvmrc
automatically when neither node-version
and node-version-file
inputs are provided, without requiring the user specify node-version-file
.
Related issue: https://github.com/actions/setup-node/issues/683
Check list:
- [x] Mark if documentation changes are required.
- [x] Mark if tests were added or updated to cover the changes.