From 5455061e152cc9ba20193d80e119226460f5ba4b Mon Sep 17 00:00:00 2001 From: Alexander Date: Mon, 10 Feb 2025 23:53:55 +0000 Subject: [PATCH] Atomatically detect chrome driver version --- .github/workflows/master.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/master.yml b/.github/workflows/master.yml index 9fd6d68d..8a3aff54 100644 --- a/.github/workflows/master.yml +++ b/.github/workflows/master.yml @@ -19,6 +19,7 @@ jobs: - name: Install run: | + export DETECT_CHROMEDRIVER_VERSION=true npm install npm run setheapsize