Question
Why can't we deploy to the app engine with nodejs version 20?
Since this morning we are not able to deploy to the app engine on GCP. We recieve this kind of error message.
ERROR: (gcloud.app.deploy) INVALID_ARGUMENT: Error(s) encountered validating runtime. Your runtime version for nodejs20 is past End of Support. Please upgrade to the latest runtime version available..
This only occurs in env:flex.
Runtime: nodejs20. (this is supported by google)
Can anybody help me.
We have change the runtime nodejs versions in the yaml and in the package.json Also previous working version was 17 and since yesterday it worked fine.
Also we have changed env:flex to standard. We can deploy then but or server application doesn't with our angular frontend.