I just had a question on how buildpack picks which minor node version to use when I have something like this set in package.json:
“engines”: {
“node”: “^14.0.0”
}
We noticed that when we do a cf push, it picks 14.18.2, but in that buildpack version (1.7.65), there is also a node version of 14.18.1. So how does the buildpack choose which version to use?