diff --git a/dist/index.js b/dist/index.js index e631cb1b..a6c1edf5 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 93137504..11c892a1 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 971ecd72..94d465e8 100644 --- a/src/model/cloud-runner/workflows/build-automation-workflow.ts +++ b/src/model/cloud-runner/workflows/build-automation-workflow.ts @@ -58,7 +58,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 - n 20.8.0 > /dev/null + n 16.16.0 > /dev/null npm --version node --version ${setupHooks.filter((x) => x.hook.includes(`before`)).map((x) => x.commands) || ' '}