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/setup-node@v4.0.3
with:
node-version-file: .nvmrc
.nvmrc
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.
Description:
Since nvm v0.40.0
.nvmrcmay contain comments.[New] allow .nvmrc files to support comments
Action version:
v4.0.3
Repro steps:
.nvmrc
Expected behavior:
.nvmrcfiles 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.