nodeenv
nodeenv copied to clipboard
Support leading `v` in `.node-version`
From: https://github.com/shadowspawn/node-version-usage#suggested-compatible-format
Allowing a leading
v
is common and gives nice symmetry withnode --version
$ node --version
v20.12.0
$ node --version > .node-version