Skip to content

Commit

Permalink
docs: update app engine node version in app.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
e-younan committed Feb 29, 2024
1 parent 7a231de commit 041a49f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/app.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
env: standard
runtime: nodejs16
runtime: nodejs20
service: default
automatic_scaling:
min_idle_instances: automatic
Expand Down Expand Up @@ -29,4 +29,4 @@ handlers:
# anything else (e.g. /docs)
- url: /(.*)
static_files: build/\1/index.html
upload: build/(.*)
upload: build/(.*)

0 comments on commit 041a49f

Please sign in to comment.