diff --git a/appengine/building-an-app/build/app.yaml b/appengine/building-an-app/build/app.yaml index e865ee3bab..8896d06b25 100755 --- a/appengine/building-an-app/build/app.yaml +++ b/appengine/building-an-app/build/app.yaml @@ -12,5 +12,5 @@ # limitations under the License. # [START gae_build_app_yaml_node] -runtime: nodejs20 +runtime: nodejs24 # [END gae_build_app_yaml_node] diff --git a/appengine/building-an-app/build/package.json b/appengine/building-an-app/build/package.json index 1e1e483490..e73a78d1b2 100644 --- a/appengine/building-an-app/build/package.json +++ b/appengine/building-an-app/build/package.json @@ -14,7 +14,7 @@ "url": "https://github.com/GoogleCloudPlatform/nodejs-docs-samples.git" }, "engines": { - "node": "20.x.x" + "node": "24.x.x" }, "author": "Google Inc.", "license": "Apache-2.0", diff --git a/appengine/hello-world/flexible/app.yaml b/appengine/hello-world/flexible/app.yaml index 5be91b6d06..e1253e2a89 100644 --- a/appengine/hello-world/flexible/app.yaml +++ b/appengine/hello-world/flexible/app.yaml @@ -16,7 +16,7 @@ runtime: nodejs env: flex runtime_config: - operating_system: ubuntu22 + operating_system: ubuntu24 # This sample incurs costs to run on the App Engine flexible environment. # The settings below are to reduce costs during testing and are not appropriate # for production use. For more information, see: