Skip to content

Commit

Permalink
added convert install
Browse files Browse the repository at this point in the history
  • Loading branch information
techthoughts2 committed Dec 31, 2023
1 parent 3030148 commit ac66434
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions actions_bootstrap.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,10 @@ $null = $modulesToInstall.Add(([PSCustomObject]@{
ModuleName = 'PSScriptAnalyzer'
ModuleVersion = '1.21.0'
}))
$null = $modulesToInstall.Add(([PSCustomObject]@{
ModuleName = 'Convert'
ModuleVersion = '1.5.0'
}))
# https://github.com/PowerShell/platyPS
# older version used due to: https://github.com/PowerShell/platyPS/issues/457
$null = $modulesToInstall.Add(([PSCustomObject]@{
Expand Down

0 comments on commit ac66434

Please sign in to comment.