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
https://nodejs.org/api/os.html#os_os_cpus
Can get the value this way:
node -r os -e 'process.stdout.write(os.cpus().length.toString())'
Then include into a step before, and then reference the output in the next step.
The text was updated successfully, but these errors were encountered:
Also, asked in the Turbo discord if this should be a built-in feature:
https://discord.com/channels/818588653005176832/818588653147389955/943378730208854086
Sorry, something went wrong.
vercel/turborepo#761
No branches or pull requests
https://nodejs.org/api/os.html#os_os_cpus
Can get the value this way:
Then include into a step before, and then reference the output in the next step.
The text was updated successfully, but these errors were encountered: