Skip to content

Commit 6fd59dd

Browse files
authored
feat(function): add node20 runtime (#637)
1 parent c75d638 commit 6fd59dd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/clients/src/api/function/v1beta1/types.gen.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ export type FunctionRuntime =
5050
| 'php82'
5151
| 'node19'
5252
| 'go120'
53+
| 'node20'
5354

5455
export type FunctionStatus =
5556
| 'unknown'

0 commit comments

Comments
 (0)