From dc9602bf7a14bbe242b87d896480fe86c9ab92e9 Mon Sep 17 00:00:00 2001 From: Anurag Gupta Date: Sun, 26 Jan 2025 01:06:52 +0530 Subject: [PATCH] fix: ci --- .github/workflows/pr_evaluation.yml | 2 +- .github/workflows/publish.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pr_evaluation.yml b/.github/workflows/pr_evaluation.yml index cf0e5e50..ac54e65c 100644 --- a/.github/workflows/pr_evaluation.yml +++ b/.github/workflows/pr_evaluation.yml @@ -139,7 +139,7 @@ jobs: if: steps.playwright-cache.outputs.cache-hit != 'true' - name: Install playwright dependencies - - run: npx playwright install-deps + run: npx playwright install-deps if: steps.playwright-cache.outputs.cache-hit == 'true' - name: Build diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index d7a8270b..c87b7c11 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -9,7 +9,7 @@ jobs: linters: name: Linting checks - runs-on: ubuntu-latest + runs-on: ubuntu-20.04 steps: - name: Check out code