From c9f84a9c014ad9c8e3f207077fa448a9bfd665e6 Mon Sep 17 00:00:00 2001 From: Andrew Lee Date: Mon, 24 Oct 2022 12:04:31 -0400 Subject: Update main.yml --- .github/workflows/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index fcba29c..a2c8d8f 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -6,8 +6,8 @@ jobs: steps: - uses: actions/checkout@v2 - uses: actions/setup-node@v1 - - run: npm install && npm install -g @lhci/cli@0.6.x - - run: npm run build + - run: yarn install && npm global add @lhci/cli@0.6.x + - run: yarn run build - run: lhci autorun env: LHCI_GITHUB_APP_TOKEN: ${{ secrets.LHCI_GITHUB_APP_TOKEN }} -- cgit v1.2.3