fix
parent
51919eb89f
commit
b4a6b75d2f
|
@ -5929,7 +5929,7 @@ class BuildAutomationWorkflow {
|
||||||
apt-get update > /dev/null
|
apt-get update > /dev/null
|
||||||
apt-get install -y curl tar tree npm git-lfs jq git > /dev/null
|
apt-get install -y curl tar tree npm git-lfs jq git > /dev/null
|
||||||
npm i -g n > /dev/null
|
npm i -g n > /dev/null
|
||||||
n 16.15.1 > /dev/null
|
n 20.8.0 > /dev/null
|
||||||
npm --version
|
npm --version
|
||||||
node --version
|
node --version
|
||||||
${setupHooks.filter((x) => x.hook.includes(`before`)).map((x) => x.commands) || ' '}
|
${setupHooks.filter((x) => x.hook.includes(`before`)).map((x) => x.commands) || ' '}
|
||||||
|
|
File diff suppressed because one or more lines are too long
|
@ -58,7 +58,7 @@ export class BuildAutomationWorkflow implements WorkflowInterface {
|
||||||
apt-get update > /dev/null
|
apt-get update > /dev/null
|
||||||
apt-get install -y curl tar tree npm git-lfs jq git > /dev/null
|
apt-get install -y curl tar tree npm git-lfs jq git > /dev/null
|
||||||
npm i -g n > /dev/null
|
npm i -g n > /dev/null
|
||||||
n 16.15.1 > /dev/null
|
n 20.8.0 > /dev/null
|
||||||
npm --version
|
npm --version
|
||||||
node --version
|
node --version
|
||||||
${setupHooks.filter((x) => x.hook.includes(`before`)).map((x) => x.commands) || ' '}
|
${setupHooks.filter((x) => x.hook.includes(`before`)).map((x) => x.commands) || ' '}
|
||||||
|
|
Loading…
Reference in New Issue