Use frozen lockfile instead of pure lockfile on yarn install (#10493)
This commit is contained in:
parent
6f791d28c8
commit
24eed963d3
3 changed files with 8 additions and 8 deletions
2
.github/workflows/i18n_check.yml
vendored
2
.github/workflows/i18n_check.yml
vendored
|
@ -34,7 +34,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: i18n Check
|
||||
run: "yarn run diff-i18n"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue