Use frozen lockfile instead of pure lockfile on yarn install (#10493)

This commit is contained in:
Michael Telatynski 2023-03-31 16:06:08 +01:00 committed by GitHub
parent 6f791d28c8
commit 24eed963d3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 8 additions and 8 deletions

View file

@ -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"