From 2ce327d34593d76c031bf00944fe5a20a7f10207 Mon Sep 17 00:00:00 2001 From: Preston Date: Sun, 12 Jul 2020 11:54:12 -0400 Subject: [PATCH] Update build.yml --- .github/workflows/build.yml | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 27eeab68..3e42379d 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -48,11 +48,14 @@ jobs: uses: uraimo/run-on-arch-action@v1.0.9 with: architecture: aarch64 - distribution: ubuntu18.04 + distribution: ubuntu20.04 run: | + apt install -y curl + curl -sL https://rpm.nodesource.com/setup_lts.x | bash - apt update - apt install -y snapd - snap install node + apt install -y nodejs + apt install -y build-essential + apt install -y npm npm install npm run lint npm run build --if-present