Use frozen lockfile instead of pure lockfile on yarn install (#25009)
This commit is contained in:
parent
b3c88f7a16
commit
ddc2932541
3 changed files with 7 additions and 7 deletions
2
.github/workflows/static_analysis.yaml
vendored
2
.github/workflows/static_analysis.yaml
vendored
|
@ -80,7 +80,7 @@ jobs:
|
|||
|
||||
# Does not need branch matching as only analyses this layer
|
||||
- name: Install Deps
|
||||
run: "yarn install --pure-lockfile"
|
||||
run: "yarn install --frozen-lockfile"
|
||||
|
||||
- name: Run Linter
|
||||
run: "yarn run lint:js"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue