From 1c719832de01b598cbe0ef9a81062f99206bf434 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Przemys=C5=82aw=20=C5=BBydek?= Date: Thu, 23 Nov 2023 12:47:40 +0200 Subject: [PATCH] ci: add ts-node --- azure-pipelines-rc.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'