Skip to content

Commit eb81829

Browse files
committed
Downgrading NodeJS worker to match the runtime
1 parent 1b294b8 commit eb81829

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Azure.Functions.Cli/Azure.Functions.Cli.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@
107107
<PackageReference Include="Microsoft.AspNetCore.DataProtection" Version="2.2.0" />
108108
<PackageReference Include="Microsoft.Azure.DurableTask.AzureStorage.Internal" Version="1.4.0" />
109109
<PackageReference Include="Microsoft.Azure.Functions.JavaWorker" Version="1.5.0" />
110-
<PackageReference Include="Microsoft.Azure.Functions.NodeJsWorker" Version="1.1.0" />
110+
<PackageReference Include="Microsoft.Azure.Functions.NodeJsWorker" Version="1.0.3" />
111111
<PackageReference Include="Microsoft.Azure.Functions.PowerShellWorker" Version="0.1.120-preview" />
112112
<PackageReference Include="Microsoft.Azure.WebJobs.Script.WebHost" Version="2.0.12590" />
113113
<PackageReference Include="Microsoft.Azure.Functions.PythonWorkerRunEnvironments" Version="1.0.0-beta20190710.5" />

0 commit comments

Comments
 (0)