Update build.yml
This commit is contained in:
parent
b50b0f61c1
commit
04675e3ab0
|
@ -48,7 +48,7 @@ jobs:
|
||||||
if: startsWith(matrix.os, 'ubuntu')
|
if: startsWith(matrix.os, 'ubuntu')
|
||||||
with:
|
with:
|
||||||
architecture: aarch64
|
architecture: aarch64
|
||||||
distribution: ubuntu18.04
|
distribution: ubuntu20.04
|
||||||
run: |
|
run: |
|
||||||
export DEBIAN_FRONTEND=noninteractive
|
export DEBIAN_FRONTEND=noninteractive
|
||||||
export TZ=Europe/Kiev
|
export TZ=Europe/Kiev
|
||||||
|
@ -57,6 +57,7 @@ jobs:
|
||||||
apt update
|
apt update
|
||||||
apt install -y npm
|
apt install -y npm
|
||||||
apt install -y nodejs
|
apt install -y nodejs
|
||||||
|
node --version
|
||||||
npm install
|
npm install
|
||||||
npm run lint
|
npm run lint
|
||||||
npm run build --if-present
|
npm run build --if-present
|
||||||
|
|
Loading…
Reference in New Issue