We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0ffda41 commit 3266f1dCopy full SHA for 3266f1d
src/setup/building/builder.go
@@ -38,6 +38,8 @@ func (b *Builder) BuildFunction(provider string, functionName string, runtime st
38
buildJava(functionName, functionDir, artifactDir)
39
case "go1.x":
40
buildGolang(functionName, functionDir, artifactDir)
41
+ case "nodejs18":
42
+ fallthrough
43
case "nodejs18.x":
44
copyNodeJSFile(functionName, functionDir, artifactDir)
45
case "ruby3.2":
0 commit comments