This commit is contained in:
Frostebite 2023-12-11 03:00:49 +00:00
parent 51919eb89f
commit b4a6b75d2f
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

@ -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) || ' '}