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