Use frozen lockfile instead of pure lockfile on yarn install (#10493)
This commit is contained in:
committed by
GitHub
parent
6f791d28c8
commit
24eed963d3
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"
|
||||
|
||||
Reference in New Issue
Block a user