Use "npm ci" rather than "npm install" to prevent updates during CI

This commit is contained in:
GCHQDeveloper581 2026-04-18 09:45:36 +00:00
parent d591d2be1b
commit beaec4e8dd
No known key found for this signature in database
GPG Key ID: 6222E059A3DF595C

View File

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