From 68b1e090dfd782de601a247370dd4f7518a15497 Mon Sep 17 00:00:00 2001 From: npty Date: Thu, 15 Feb 2024 18:13:22 +0700 Subject: [PATCH] fix: playwright 3 --- .github/workflows/playwright.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/playwright.yml b/.github/workflows/playwright.yml index df4b5a2d1..cd1d0e307 100644 --- a/.github/workflows/playwright.yml +++ b/.github/workflows/playwright.yml @@ -19,10 +19,8 @@ jobs: - uses: actions/setup-node@v3 with: node-version: 18 - - name: Install playwright - run: pnpx playwright install - name: Install dependencies - run: pnpm ci + run: pnpm install --frozen-lockfile - name: Install Playwright Browsers run: pnpx playwright install --with-deps - name: Run Playwright tests