From 42ae45a45c6a02747d211591d6fd6a1c32ca702e Mon Sep 17 00:00:00 2001 From: iMaeGoo Date: Mon, 11 Dec 2023 18:25:59 +0800 Subject: [PATCH] fix: tcb deploy --- cloudbaserc.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cloudbaserc.json b/cloudbaserc.json index e02d6be6d..33a23c9b2 100644 --- a/cloudbaserc.json +++ b/cloudbaserc.json @@ -6,7 +6,7 @@ { "name": "twikoo", "timeout": 30, - "runtime": "Nodejs12.16", + "runtime": "Nodejs16.13", "memorySize": 128, "handler": "index.main" } @@ -23,7 +23,7 @@ "name": "twikoo", "timeout": 30, "envVariables": {}, - "runtime": "Nodejs12.16", + "runtime": "Nodejs16.13", "memory": 128 } ],