I'm attempting to deploy my first Google Cloud application.
It happens to be a Node.js application, and when I run "gcloud app deploy" I get the following error:
ERROR: (gcloud.app.deploy) INVALID_ARGUMENT: Error(s) encountered validating runtime. Your runtime version for nodejs22 is past End of Support. Please upgrade to the latest runtime version available..
This is what my app.yaml looks like:
runtime: nodejs22
env: flex
The problem is nodejs22 is indeed the latest version of Node.js.