Skip to content

Commit

Permalink
fix: tcb deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
imaegoo committed Dec 11, 2023
1 parent af817d9 commit 42ae45a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cloudbaserc.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
{
"name": "twikoo",
"timeout": 30,
"runtime": "Nodejs12.16",
"runtime": "Nodejs16.13",
"memorySize": 128,
"handler": "index.main"
}
Expand All @@ -23,7 +23,7 @@
"name": "twikoo",
"timeout": 30,
"envVariables": {},
"runtime": "Nodejs12.16",
"runtime": "Nodejs16.13",
"memory": 128
}
],
Expand Down

0 comments on commit 42ae45a

Please sign in to comment.