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