mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-11-22 01:47:00 +01: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:
parent
d138882253
commit
b18ad861be
2
.github/workflows/fitness-functions.yml
vendored
2
.github/workflows/fitness-functions.yml
vendored
@ -20,7 +20,7 @@ jobs:
|
||||
node-version-file: '.nvmrc'
|
||||
|
||||
- name: Install dependencies
|
||||
run: yarn
|
||||
run: yarn --immutable
|
||||
|
||||
- name: Run fitness functions
|
||||
env:
|
||||
|
Loading…
Reference in New Issue
Block a user