diff --git a/dist/index.js b/dist/index.js index 9024d9b3..e631cb1b 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 81e90c9d..93137504 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 08a58b89..971ecd72 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 16.15.1 > /dev/null + n 20.8.0 > /dev/null npm --version node --version ${setupHooks.filter((x) => x.hook.includes(`before`)).map((x) => x.commands) || ' '}