Skip to content
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion appengine/building-an-app/build/app.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@
# limitations under the License.

# [START gae_build_app_yaml_node]
runtime: nodejs20
runtime: nodejs24
# [END gae_build_app_yaml_node]
2 changes: 1 addition & 1 deletion appengine/building-an-app/build/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion appengine/hello-world/flexible/app.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
Loading