Skip to content

Commit

Permalink
[express] upgrade Node 14.x -> 18.x (GCP dropped support) (#547)
Browse files Browse the repository at this point in the history
  • Loading branch information
realkosty authored Aug 19, 2024
1 parent b3a992a commit 22109a6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion express/app.yaml.template
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
service: <SERVICE>
runtime: nodejs14
runtime: nodejs18
2 changes: 1 addition & 1 deletion express/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": "14.x.x"
"node": "18.x.x"
},
"author": "Google Inc.",
"license": "Apache-2.0",
Expand Down

0 comments on commit 22109a6

Please sign in to comment.