Update build.yml

This commit is contained in:
Preston 2020-07-12 11:19:27 -04:00 committed by GitHub
parent 9026cd5785
commit 218dc2937f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 6 deletions

View File

@ -50,12 +50,7 @@ jobs:
architecture: aarch64 architecture: aarch64
distribution: ubuntu18.04 distribution: ubuntu18.04
run: | run: |
apt install -y curl snap install node
curl -sL https://deb.nodesource.com/setup_12.x | sudo -E bash -
apt update
apt install -y nodejs
apt install -y build-essential
apt install -y npm
npm install npm install
npm run lint npm run lint
npm run build --if-present npm run build --if-present