changed install from global to local

This commit is contained in:
Firq 2023-12-21 00:35:20 +01:00
parent 89b6895395
commit ac42341c6a
Signed by: Firq
GPG key ID: 4DE1059A4666E89F

View file

@ -58,9 +58,9 @@ jobs:
image: forgejo.neshweb.net/firq/firq-dev-website:preview
steps:
- name: Install Dependencies
run: npm install -g @unlighthouse/cli puppeteer
run: npm install @unlighthouse/cli puppeteer
- name: Run unlighthouse
run: unlighthouse-ci --site website:8081
run: node_modules/.bin/unlighthouse-ci --site website:8081
- name: Upload reports
uses: actions/upload-artifact@v3
with: