Is your feature request related to a problem? Please describe.
I want to set latest Bun version 1.1.27 as the runtime but the documentation does not state how to do it, "engines" property inside package.json does not work either.
Describe the solution you'd like
{
"engines": {
"bun": "1.1.27"
}
}
Describe alternatives you've considered
No response
Additional context
No response
Code of Conduct
[X] I agree to follow this project's Code of Conduct
Is your feature request related to a problem? Please describe.
I want to set latest Bun version 1.1.27 as the runtime but the documentation does not state how to do it,
"engines"
property insidepackage.json
does not work either.Describe the solution you'd like
Describe alternatives you've considered
No response
Additional context
No response
Code of Conduct