This commit is contained in:
Frostebite 2023-12-21 02:06:56 +00:00
parent 557c799e84
commit 94c92620fa
3 changed files with 1 additions and 1 deletions

BIN
dist/index.js generated vendored

Binary file not shown.

BIN
dist/index.js.map generated vendored

Binary file not shown.

View File

@ -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 > /dev/null
n 16.16.0
node --version
${setupHooks.filter((x) => x.hook.includes(`before`)).map((x) => x.commands) || ' '}
export GITHUB_WORKSPACE="${CloudRunnerFolders.ToLinuxFolder(CloudRunnerFolders.repoPathAbsolute)}"