diff --git a/.github/workflows/common_tests.yml b/.github/workflows/common_tests.yml index 3745c44..c23e48c 100644 --- a/.github/workflows/common_tests.yml +++ b/.github/workflows/common_tests.yml @@ -12,6 +12,6 @@ jobs: - name: Run tests shell: pwsh run: | - Install-Module Pester -Force -Scope CurrentUser + Install-Module Pester -RequiredVersion 4.10.1 -Force -Scope CurrentUser Import-Module Pester Invoke-Pester -CI \ No newline at end of file