From 5767b14f76718813539864944a512aa33b11dd58 Mon Sep 17 00:00:00 2001 From: Dan Gowans Date: Fri, 25 Apr 2025 11:50:46 -0400 Subject: [PATCH] try removing legacy puppeteer in testing --- .github/workflows/coverage.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml index 2804e7f6..8f706771 100644 --- a/.github/workflows/coverage.yml +++ b/.github/workflows/coverage.yml @@ -25,6 +25,7 @@ jobs: - name: Install Application run: | + npm uninstall puppeteer npm ci npm install -g mocha c8 cypress@14