Add chromium dependency to Unlighthouse install step

This commit is contained in:
Neshura 2024-01-02 02:41:55 +01:00
parent 5bd01c3a22
commit b510f2c576
Signed by: Neshura
GPG key ID: B6983AAA6B9A7A6C

View file

@ -30,7 +30,9 @@ jobs:
run: yarn install
- name: Add Unlighthouse
run: yarn global add @unlighthouse/cli
run: |
apt install chromium
yarn global add @unlighthouse/cli
- name: Run Linter
run: yarn lint