From 6c7545bd7d69e0716f1e912705e06fbc1675e5e0 Mon Sep 17 00:00:00 2001 From: SEOKKAMONI Date: Wed, 18 Oct 2023 12:22:11 +0900 Subject: [PATCH] =?UTF-8?q?chore:=20=EC=98=A4=ED=83=80=20=EC=88=98?= =?UTF-8?q?=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/lighthouse-user.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/lighthouse-user.yml b/.github/workflows/lighthouse-user.yml index 28a00a6b8..8ba5cf7fb 100644 --- a/.github/workflows/lighthouse-user.yml +++ b/.github/workflows/lighthouse-user.yml @@ -1,4 +1,4 @@ -name: Lighthouse CI - USER +name: Lighthouse CI on: pull_request: @@ -29,7 +29,7 @@ jobs: run_install: false - name: Install Dependency - run: pnpm install -no-frozen-lockfile + run: pnpm install --no-frozen-lockfile - name: Install @lhci/cli globally run: pnpm add -g @lhci/cli