nvmrc-check
Check if nvmrc version matches node version.
Check if nvmrc version matches node version.
A GitHub action that commits an .nvmrc file to your repository that can also be used as an npm module or cli.
Detects which version of Node your program should be using
'check .nvmrc, lock node version'
Shield your application from incorrect Node.js versions by verifying against a .nvmrc or by comparing package-locks in your CI process.
command-line tool to validate a `.nvmrc` file
Check if .nvmrc exists in a directory or its subdirectories
enforce engine equality between package.json and .nvmrc
Check if the installed Node.js version matches the version specified in the .nvmrc file.