fix
parent
5133a0bcd7
commit
6dd49d6f9a
|
@ -5932,6 +5932,7 @@ class BuildAutomationWorkflow {
|
|||
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
|
||||
npm i -g semver > /dev/null
|
||||
npm install --global yarn > /dev/null
|
||||
n 16.16.0 > /dev/null
|
||||
npm --version
|
||||
|
|
File diff suppressed because one or more lines are too long
|
@ -61,6 +61,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
|
||||
npm i -g semver > /dev/null
|
||||
npm install --global yarn > /dev/null
|
||||
n 16.16.0 > /dev/null
|
||||
npm --version
|
||||
|
|
Loading…
Reference in New Issue