From affa1b5fc006a047f9bde578209a6550b9bd21bd Mon Sep 17 00:00:00 2001 From: Firq Date: Thu, 21 Dec 2023 02:03:47 +0100 Subject: [PATCH] testing 13 --- .forgejo/workflows/unlighthouse.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.forgejo/workflows/unlighthouse.yml b/.forgejo/workflows/unlighthouse.yml index 4fb4626..75fd3ab 100644 --- a/.forgejo/workflows/unlighthouse.yml +++ b/.forgejo/workflows/unlighthouse.yml @@ -6,11 +6,11 @@ on: jobs: unlighthouse: runs-on: dind - container: node:20-bookworm + container: registry.gitlab.com/gitlab-ci-utils/lighthouse:latest services: firqdevwebsite: image: forgejo.neshweb.net/firq/firq-dev-website:preview - steps: registry.gitlab.com/gitlab-ci-utils/lighthouse:latest + steps: - name: Install Dependencies run: npm install @unlighthouse/cli puppeteer - name: Run unlighthouse