Skip to content

Commit 041a49f

Browse files
committed
docs: update app engine node version in app.yaml
1 parent 7a231de commit 041a49f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/app.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
env: standard
2-
runtime: nodejs16
2+
runtime: nodejs20
33
service: default
44
automatic_scaling:
55
min_idle_instances: automatic
@@ -29,4 +29,4 @@ handlers:
2929
# anything else (e.g. /docs)
3030
- url: /(.*)
3131
static_files: build/\1/index.html
32-
upload: build/(.*)
32+
upload: build/(.*)

0 commit comments

Comments
 (0)