Replay updates into the releases and master workflows

This commit is contained in:
GCHQDeveloper581 2026-04-18 10:42:30 +00:00
parent 44919ac766
commit 61019594f5
No known key found for this signature in database
GPG Key ID: 6222E059A3DF595C
2 changed files with 1 additions and 3 deletions

View File

@ -26,8 +26,7 @@ jobs:
- name: Install - name: Install
run: | run: |
export DETECT_CHROMEDRIVER_VERSION=true npm ci
npm install
npm run setheapsize npm run setheapsize
- name: Lint - name: Lint

View File

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