diff --git a/.github/workflows/playwright.yml b/.github/workflows/playwright.yml index 1fd1bd3925..88d6c083d8 100644 --- a/.github/workflows/playwright.yml +++ b/.github/workflows/playwright.yml @@ -16,8 +16,7 @@ jobs: node-version: 18 - name: Install dependencies run: | - npm config set registry=https://registry.npmjs.org/ - npm ci + npm install - name: Install Playwright Browsers run: npx playwright install --with-deps - name: Run Playwright tests