Skip to content

Commit c7b97aa

Browse files
committed
20220920A
1 parent e27168a commit c7b97aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hugoalh.GitHubActionsToolkit/module/nodejs-test.psm1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ Function Test-NodeJsEnvironment {
6060
Write-Output -InputObject $EnvironmentResult
6161
Return
6262
}
63-
[String]$OriginalWorkingDirectory = (Get-Location).Path
63+
$OriginalWorkingDirectory = Get-Location
6464
Write-Verbose -Message 'Test NodeJS wrapper API dependencies.'
6565
Set-Location -LiteralPath $WrapperRoot
6666
Try {

0 commit comments

Comments
 (0)