From 96f370695a15ad5fc4cc14ab72104aec2da62220 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=85rth=E1=80=9Dur?= <3690368+pure-js@users.noreply.github.com> Date: Fri, 24 Feb 2023 23:08:32 +0700 Subject: [PATCH] Update lighthouse.yml --- .github/workflows/lighthouse.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/lighthouse.yml b/.github/workflows/lighthouse.yml index acc0fbc4..517145f2 100644 --- a/.github/workflows/lighthouse.yml +++ b/.github/workflows/lighthouse.yml @@ -13,7 +13,7 @@ jobs: with: node-version: 18 cache: 'npm' - - run: npm ci && npm install -g @lhci/cli@0.9.x + - run: npm ci && npm install -g @lhci/cli@0.11.x - run: npm run build - run: lhci autorun env: