Open
Description
Description:
Since nvm v0.40.0 .nvmrc
may contain comments.
[New] allow .nvmrc files to support comments
Action version:
v4.0.3
Repro steps:
- uses: actions/[email protected]
with:
node-version-file: .nvmrc
.nvmrc
# comment
20.16.0
Expected behavior:
.nvmrc
files with comments are supported.
Actual behavior:
I have not verified it yet.
If it works already than this issue should at least add another test to the test suite.