From 215a290aef2828032f3376f7bd40b9c31d8e11b3 Mon Sep 17 00:00:00 2001 From: Anurag Gupta Date: Mon, 20 Jan 2025 13:33:35 +0530 Subject: [PATCH] chore: system deps --- .github/workflows/publish.yml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 61c3a2d3..7df6db08 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -74,9 +74,11 @@ jobs: - name: Install dependencies run: npm ci - - - name: Install playwright - run: npx playwright install --with-deps + + - name: Install playwright browsers + run: | + npx playwright install-deps + npx playwright install - name: Build run: npm run build