chore(repo): prefer frozen lockfile on github matrix (#7888)
This commit is contained in:
parent
928aa5c68d
commit
1393f60f17
2
.github/workflows/e2e-matrix.yml
vendored
2
.github/workflows/e2e-matrix.yml
vendored
@ -111,7 +111,7 @@ jobs:
|
|||||||
${{ matrix.os }}-node-${{ matrix.node-version }}-yarn-
|
${{ matrix.os }}-node-${{ matrix.node-version }}-yarn-
|
||||||
|
|
||||||
- name: Install packages
|
- name: Install packages
|
||||||
run: yarn install --prefer-offline --non-interactive
|
run: yarn install --prefer-offline --frozen-lockfile --non-interactive
|
||||||
|
|
||||||
- name: Cleanup
|
- name: Cleanup
|
||||||
if: ${{ matrix.os == 'ubuntu-latest' }}
|
if: ${{ matrix.os == 'ubuntu-latest' }}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user