1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-10-22 03:12:42 +02:00

Use immutable install in fitness function workflow (#19678)

The fitness function workflow now uses an immutable install, ensuring
that the dependencies installed are known and tracked in the lockfile.
This makes it easier to audit exactly which dependencies were used for
each run.
This commit is contained in:
Mark Stacey 2023-06-20 20:03:48 -02:30 committed by GitHub
parent d138882253
commit b18ad861be
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -20,7 +20,7 @@ jobs:
node-version-file: '.nvmrc'
- name: Install dependencies
run: yarn
run: yarn --immutable
- name: Run fitness functions
env: