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

This commit is contained in:
Michael Telatynski
2023-03-31 15:17:43 +00:00
committed by GitHub
parent 19fd0b99f5
commit 5bd1c663e2
6 changed files with 7 additions and 7 deletions
+1 -1
View File
@@ -56,7 +56,7 @@ jobs:
cache: "yarn"
- name: Install Deps
run: "yarn install --pure-lockfile"
run: "yarn install --frozen-lockfile"
- name: Fetch Element Web
run: yarn run fetch --noverify -d ${{ inputs.config }} ${{ inputs.version }}