From 218dc2937fb0ce3ef0fb8561a139d929e5c177bf Mon Sep 17 00:00:00 2001 From: Preston Date: Sun, 12 Jul 2020 11:19:27 -0400 Subject: [PATCH] Update build.yml --- .github/workflows/build.yml | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index d0964d55..9b84fadf 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -50,12 +50,7 @@ jobs: architecture: aarch64 distribution: ubuntu18.04 run: | - apt install -y curl - 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 + snap install node npm install npm run lint npm run build --if-present