chore(repo): prefer frozen lockfile on github matrix (#7888)

This commit is contained in:
Miroslav Jonaš 2021-11-25 06:44:24 -06:00 committed by GitHub
parent 928aa5c68d
commit 1393f60f17
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -111,7 +111,7 @@ jobs:
${{ matrix.os }}-node-${{ matrix.node-version }}-yarn-
- name: Install packages
run: yarn install --prefer-offline --non-interactive
run: yarn install --prefer-offline --frozen-lockfile --non-interactive
- name: Cleanup
if: ${{ matrix.os == 'ubuntu-latest' }}