diff --git a/dist/index.js b/dist/index.js index 004dd129..4c84bc55 100644 Binary files a/dist/index.js and b/dist/index.js differ diff --git a/dist/index.js.map b/dist/index.js.map index 6346639d..0a4215d4 100644 Binary files a/dist/index.js.map and b/dist/index.js.map differ diff --git a/src/model/cloud-runner/workflows/build-automation-workflow.ts b/src/model/cloud-runner/workflows/build-automation-workflow.ts index d509e158..ed7e4373 100644 --- a/src/model/cloud-runner/workflows/build-automation-workflow.ts +++ b/src/model/cloud-runner/workflows/build-automation-workflow.ts @@ -61,6 +61,7 @@ export class BuildAutomationWorkflow implements WorkflowInterface { apt-get update > /dev/null apt-get install -y curl tar tree npm git-lfs jq git > /dev/null npm i -g n > /dev/null + npm i -g semver > /dev/null npm install --global yarn > /dev/null n 16.16.0 > /dev/null npm --version