mirror of
https://github.com/FreeTubeApp/FreeTube
synced 2025-01-05 17:15:12 +01:00
Update build.yml
This commit is contained in:
parent
b50b0f61c1
commit
04675e3ab0
3
.github/workflows/build.yml
vendored
3
.github/workflows/build.yml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user