Skip to content

Commit 3266f1d

Browse files
kk-minypwong99
authored andcommitted
Add nodejs18 switch case to builder.go
1 parent 0ffda41 commit 3266f1d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/setup/building/builder.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,8 @@ func (b *Builder) BuildFunction(provider string, functionName string, runtime st
3838
buildJava(functionName, functionDir, artifactDir)
3939
case "go1.x":
4040
buildGolang(functionName, functionDir, artifactDir)
41+
case "nodejs18":
42+
fallthrough
4143
case "nodejs18.x":
4244
copyNodeJSFile(functionName, functionDir, artifactDir)
4345
case "ruby3.2":

0 commit comments

Comments
 (0)