Skip to content

Commit

Permalink
Pin APIparser required packages to known working versions (#31901)
Browse files Browse the repository at this point in the history
Workaround to unblock JS pipeline failure when installing APIView
parser.
  • Loading branch information
praveenkuttappan authored Nov 22, 2024
1 parent 544dd54 commit 2e1f77c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions eng/scripts/Generate-APIView-CodeFile.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@ if (!(Test-Path -Path $ArtifactPath))
exit 1
}


npm install "@rushstack/node-core-library@5.9.0"
npm install "js-tokens@9.0.0"
npm install "@microsoft/api-extractor-model@7.29.8"
$apiviewParser = "@azure-tools/ts-genapi@2.0.3"
Write-Host "Installing $($apiviewParser)"
npm install $apiviewParser --registry $NpmDevopsFeedRegistry
Expand Down

0 comments on commit 2e1f77c

Please sign in to comment.