diff --git a/dist/index.js b/dist/index.js index 9057782b..38c86257 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 d5f2b6ba..0313a511 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 6986820c..04cc2ffd 100644 --- a/src/model/cloud-runner/workflows/build-automation-workflow.ts +++ b/src/model/cloud-runner/workflows/build-automation-workflow.ts @@ -64,7 +64,7 @@ export class BuildAutomationWorkflow implements WorkflowInterface { npm i -g n > /dev/null npm i -g semver > /dev/null npm install --global yarn > /dev/null - n 16.16.0 + n 20.8.0 node --version ${setupHooks.filter((x) => x.hook.includes(`before`)).map((x) => x.commands) || ' '} export GITHUB_WORKSPACE="${CloudRunnerFolders.ToLinuxFolder(CloudRunnerFolders.repoPathAbsolute)}"