From 67df48e06f28aa0276a54fd1368f3ea7e4f10511 Mon Sep 17 00:00:00 2001 From: Kevin Obee Date: Sun, 18 Feb 2024 18:26:11 +0000 Subject: [PATCH] Update playwright.yml fix suggested on SO https://stackoverflow.com/a/70207187/830402 --- .github/workflows/playwright.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/playwright.yml b/.github/workflows/playwright.yml index c76720b..e5d08a7 100644 --- a/.github/workflows/playwright.yml +++ b/.github/workflows/playwright.yml @@ -10,6 +10,7 @@ jobs: runs-on: ubuntu-latest container: image: mcr.microsoft.com/playwright:v1.41.1-jammy + options: --user root steps: - uses: actions/checkout@v4 - uses: actions/setup-node@v4