Update build.yml
This commit is contained in:
parent
e0270596b0
commit
ccd01559fe
|
@ -50,6 +50,8 @@ jobs:
|
||||||
architecture: aarch64
|
architecture: aarch64
|
||||||
distribution: ubuntu20.04
|
distribution: ubuntu20.04
|
||||||
run: |
|
run: |
|
||||||
|
apt install -y npm
|
||||||
|
apt install -y nodejs
|
||||||
npm install
|
npm install
|
||||||
npm run lint
|
npm run lint
|
||||||
npm run build --if-present
|
npm run build --if-present
|
||||||
|
|
Loading…
Reference in New Issue