diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index e0497c68d3..26bf820018 100644 --- a/.github/workflows/pr.yml +++ b/.github/workflows/pr.yml @@ -32,7 +32,7 @@ jobs: - name: Install node_modules run: yarn - name: Install Playwright Browsers - run: npx playwright install --with-deps chromium && yarn playwright install + run: npx playwright install-deps && npx playwright install --with-deps chromium && yarn playwright install - run: node scripts/setVersion.js --next - run: yarn build - run: yarn lint