Skip to content

Commit c8d73a6

Browse files
committed
Reintroduce yarn --frozen-lockfile
Signed-off-by: Luciano Resende <[email protected]>
1 parent c7fc0ed commit c8d73a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
/home/runner/.cache/Cypress
3838
key: ${{ runner.os }}-${{ hashFiles('**/yarn.lock') }}
3939
- name: Install
40-
run: yarn install # --frozen-lockfile
40+
run: yarn install --frozen-lockfile
4141

4242
lint:
4343
name: Lint

0 commit comments

Comments
 (0)