Skip to content

Commit

Permalink
Hardcoding pester version
Browse files Browse the repository at this point in the history
  • Loading branch information
eelkram committed Jan 14, 2021
1 parent 43dd82d commit f9f579b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Build.ps1
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Install Requirements
Install-Module Pester -Force
Install-Module Pester -Force -MaximumVersion 4.10.1
Install-Module PSScriptAnalyzer -Force

# Run Unit Tests
Expand Down
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
1.7.0
-----
- Updated dependencies
- Updated Pester to be locked on v4

1.6.0
-----
Expand Down

0 comments on commit f9f579b

Please sign in to comment.