Skip to content

Commit 57859bc

Browse files
authored
locking node module versions to avoid breaking changes (#4293)
1 parent 038aed3 commit 57859bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

WebJobs.Script.proj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@
199199
</PropertyGroup>
200200

201201
<Target Name="MochaTest" DependsOnTargets="TestBuild" AfterTargets="UnitTest">
202-
<Exec Command="npm i mocha chai $(AppveyorModules)" />
202+
<Exec Command="npm i mocha@5.2.0 chai@4.2.0 $(AppveyorModules)@0.4.2" />
203203
<Exec Command=".\node_modules\.bin\mocha .\test\WebJobs.Script.Tests.Integration\TestScripts\Node\*.tests.js $(AppveyorReporter) --config=$(BuildConfiguration)" />
204204
</Target>
205205

0 commit comments

Comments
 (0)