Update build.yml

This commit is contained in:
Preston 2020-07-12 18:24:33 -04:00 committed by GitHub
parent b50b0f61c1
commit 04675e3ab0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -48,7 +48,7 @@ jobs:
if: startsWith(matrix.os, 'ubuntu')
with:
architecture: aarch64
distribution: ubuntu18.04
distribution: ubuntu20.04
run: |
export DEBIAN_FRONTEND=noninteractive
export TZ=Europe/Kiev
@ -57,6 +57,7 @@ jobs:
apt update
apt install -y npm
apt install -y nodejs
node --version
npm install
npm run lint
npm run build --if-present