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