diff --git a/dist/index.js b/dist/index.js index 4c84bc55..4cb5a4b6 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 0a4215d4..7caa7243 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 ed7e4373..c5b47f68 100644 --- a/src/model/cloud-runner/workflows/build-automation-workflow.ts +++ b/src/model/cloud-runner/workflows/build-automation-workflow.ts @@ -60,11 +60,11 @@ 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 + npm --version 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 node --version ${setupHooks.filter((x) => x.hook.includes(`before`)).map((x) => x.commands) || ' '} export GITHUB_WORKSPACE="${CloudRunnerFolders.ToLinuxFolder(CloudRunnerFolders.repoPathAbsolute)}"