diff --git a/azure-pipelines-rc.yml b/azure-pipelines-rc.yml index a04510d9..e036d04f 100644 --- a/azure-pipelines-rc.yml +++ b/azure-pipelines-rc.yml @@ -9,7 +9,7 @@ pool: steps: - script: echo $(Build.SourceBranch) | sed 's/refs\/tags\///' displayName: 'Output tag' -- script: yarn install --ignore-engines && npx playwright install +- script: yarn install --ignore-engines && npx playwright install && yarn install ts-node -g displayName: 'Install dependencies' - script: ts-node scripts/downloadGithubReleasePackage.ts displayName: 'Download release artifact from GitHub'