Skip to content

Commit f7db2b0

Browse files
Revert Node.js worker version (#8793) (#8806)
Co-authored-by: Eric Jizba <[email protected]>
1 parent 1f69703 commit f7db2b0

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

release_notes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
- My change description (#PR)
44
-->
55
- Update Java Worker Version to [2.6.0](https://github.com/Azure/azure-functions-java-worker/releases/tag/2.6.0)
6-
6+
- Revert Node.js Worker Version to [3.4.0](https://github.com/Azure/azure-functions-nodejs-worker/releases/tag/v3.4.0)
77
- Update PowerShell Worker 7.0 to 4.0.2302 [Release Note](https://github.com/Azure/azure-functions-powershell-worker/releases/tag/v4.0.2302)
88
- Update PowerShell Worker 7.2 to 4.0.2304 [Release Note](https://github.com/Azure/azure-functions-powershell-worker/releases/tag/v4.0.2304)
99

src/WebJobs.Script/WebJobs.Script.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
<!-- Workers -->
5858
<PackageReference Include="Microsoft.Azure.AppService.Proxy.Client" Version="2.2.20220831.41" />
5959
<PackageReference Include="Microsoft.Azure.Functions.JavaWorker" Version="2.6.0" />
60-
<PackageReference Include="Microsoft.Azure.Functions.NodeJsWorker" Version="3.5.0" />
60+
<PackageReference Include="Microsoft.Azure.Functions.NodeJsWorker" Version="3.4.0" />
6161
<PackageReference Include="Microsoft.Azure.Functions.PowerShellWorker.PS7.0" Version="4.0.2302" />
6262
<PackageReference Include="Microsoft.Azure.Functions.PowerShellWorker.PS7.2" Version="4.0.2304" />
6363
<PackageReference Include="Microsoft.Azure.WebJobs.Extensions" Version="5.0.0-beta.2-10879" />

test/WebJobs.Script.Tests.Integration/WebJobs.Script.Tests.Integration.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
<PackageReference Include="Microsoft.AspNetCore.TestHost" Version="6.0.0" />
4343
<PackageReference Include="Microsoft.Azure.DocumentDB.Core" Version="2.11.2" />
4444
<PackageReference Include="Microsoft.Azure.EventHubs" Version="2.1.0" />
45-
<PackageReference Include="Microsoft.Azure.Functions.NodeJsWorker" Version="3.5.0" />
45+
<PackageReference Include="Microsoft.Azure.Functions.NodeJsWorker" Version="3.4.0" />
4646
<PackageReference Include="Microsoft.Azure.WebJobs.Extensions.Storage" Version="4.0.5-11874" />
4747
<PackageReference Include="Microsoft.Azure.Functions.JavaWorker" Version="2.6.0" />
4848
<PackageReference Include="Microsoft.Azure.Mobile.Client" Version="4.0.2" />

0 commit comments

Comments
 (0)