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

This commit is contained in:
Michael Telatynski 2023-03-31 15:52:29 +01:00 committed by GitHub
parent b3c88f7a16
commit ddc2932541
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 7 additions and 7 deletions

View file

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