We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
os.version()
It's only available on Node.js 14, so we must guard its usage.
https://nodejs.org/api/os.html#os_os_version https://github.com/ehmicky/cross-platform-node-guide/blob/master/docs/7_system/os_identification.md
On Linux, we'll need to do some parsing to get out the actual distro name.
The text was updated successfully, but these errors were encountered:
Now older version of macos-release was brokened in macos Ventura 🤷♂️ upgrade to latest macos-release or use os.version() please
Sorry, something went wrong.
node14 is not being maintained anymore (see https://github.com/nodejs/Release) so I think that it's a good time to drop node12 support
os-name/package.json
Lines 15 to 17 in ff7af80
No branches or pull requests
It's only available on Node.js 14, so we must guard its usage.
https://nodejs.org/api/os.html#os_os_version
https://github.com/ehmicky/cross-platform-node-guide/blob/master/docs/7_system/os_identification.md
On Linux, we'll need to do some parsing to get out the actual distro name.
The text was updated successfully, but these errors were encountered: