2
0
mirror of https://github.com/gchq/CyberChef synced 2025-12-05 23:53:27 +00:00

Merge pull request #1972 from gchq/feature/detect-chromedriver

Automatically detect chrome driver version
This commit is contained in:
a3957273
2025-02-11 00:23:11 +00:00
committed by GitHub
2 changed files with 2 additions and 0 deletions

View File

@@ -19,6 +19,7 @@ jobs:
- name: Install
run: |
export DETECT_CHROMEDRIVER_VERSION=true
npm install
npm run setheapsize

View File

@@ -18,6 +18,7 @@ jobs:
- name: Install
run: |
export DETECT_CHROMEDRIVER_VERSION=true
npm install
npm run setheapsize