From 6df00cf4b4712c9662f24a6a4bc163065a521280 Mon Sep 17 00:00:00 2001 From: Anurag Gupta Date: Mon, 20 Jan 2025 13:42:17 +0530 Subject: [PATCH] chore: system deps --- .github/workflows/publish.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 61c3a2d3..d7a8270b 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -74,8 +74,8 @@ jobs: - name: Install dependencies run: npm ci - - - name: Install playwright + + - name: Install playwright browsers run: npx playwright install --with-deps - name: Build