Hello Support team,
I had updated required Node version on bitbucket-pipelines.yml file for my node application.
image : node:22.15.0
But post build & deployment for this node application,
When i validate the app for its node version it shows v20.12.2
this is concerning at the moment since app in question is a enterprise grade application.
Please review and revert for trouble shooting steps.
Note : I would like to point out, i had tried few troubleshooting steps, but none worked.
For example, setting
`image : node:22` or other node v22 specific version, but post build and deployment app always always show node `v20.12.2`.
Last year, there were no issues, when i had updated the node version from v18 to v20 on bitbucket-pipelines.yml file.
Thank you.