Skip to content

Commit a33cd8f

Browse files
authored
feat(serverless): add node20 runtime (#1672)
1 parent 05355b6 commit a33cd8f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

api/function/v1beta1/function_sdk.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -208,6 +208,7 @@ const (
208208
FunctionRuntimePhp82 = FunctionRuntime("php82")
209209
FunctionRuntimeNode19 = FunctionRuntime("node19")
210210
FunctionRuntimeGo120 = FunctionRuntime("go120")
211+
FunctionRuntimeNode20 = FunctionRuntime("node20")
211212
)
212213

213214
func (enum FunctionRuntime) String() string {

0 commit comments

Comments
 (0)