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 } ],