|
|
@ -44,9 +44,9 @@ jobs:
|
|
|
|
apt-get install -y nodejs gcc g++ make && \
|
|
|
|
apt-get install -y nodejs gcc g++ make && \
|
|
|
|
apt update && \
|
|
|
|
apt update && \
|
|
|
|
apt install python3 -y && \
|
|
|
|
apt install python3 -y && \
|
|
|
|
|
|
|
|
npm config set registry https://npm.pkg.github.com && \
|
|
|
|
npm install -g lerna@6 && \
|
|
|
|
npm install -g lerna@6 && \
|
|
|
|
npm install -g yarn && \
|
|
|
|
npm install -g yarn && \
|
|
|
|
npm config set registry https://npm.pkg.github.com && \
|
|
|
|
|
|
|
|
node -p "process.arch" && \
|
|
|
|
node -p "process.arch" && \
|
|
|
|
lerna -v && \
|
|
|
|
lerna -v && \
|
|
|
|
npm -v && \
|
|
|
|
npm -v && \
|
|
|
|