Get hands-on experience with 20+ free Google Cloud products and $300 in free credit for new customers.

gcloud deploy says my I'm using an old version of node

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.

2 7 2,879