diff --git a/dist/index.js b/dist/index.js index 434dd88d..dc0fabf5 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 467bfbc1..4e4a306c 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 1864023a..b17c6626 100644 --- a/src/model/cloud-runner/workflows/build-automation-workflow.ts +++ b/src/model/cloud-runner/workflows/build-automation-workflow.ts @@ -60,7 +60,7 @@ export class BuildAutomationWorkflow implements WorkflowInterface { return `echo "cloud runner build workflow starting" apt-get update > /dev/null - apt-get install -y curl tar tree npm git-lfs jq git > /dev/null + apt-get install -y curl tar tree npm git-lfs jq git rsyslog > /dev/null npm i -g n > /dev/null n 16.15.1 > /dev/null npm --version