From 975c8f786c4d4d7e3e5083bb27468af163f97d45 Mon Sep 17 00:00:00 2001 From: "gpt-engineer-app[bot]" <159125892+gpt-engineer-app[bot]@users.noreply.github.com> Date: Thu, 30 Oct 2025 17:15:16 +0000 Subject: [PATCH] Refactor: Use npm install in workflow --- .github/workflows/playwright.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/playwright.yml b/.github/workflows/playwright.yml index c0c31f08..b3cc6f11 100644 --- a/.github/workflows/playwright.yml +++ b/.github/workflows/playwright.yml @@ -90,7 +90,7 @@ jobs: cache: 'npm' - name: Install dependencies - run: npm ci + run: npm install - name: Install Playwright Browsers run: npx playwright install --with-deps ${{ matrix.browser }}