Skip to content

Commit e13b004

Browse files
committed
use frosen lockfile
1 parent 437750e commit e13b004

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,6 @@ jobs:
8282
with:
8383
node-version: ${{ matrix.node-version }}
8484
- name: Yarn Install
85-
run: yarn install --ignore-engines
85+
run: yarn install --ignore-engines --frozen-lockfile
8686
- name: Basic App
8787
run: yarn workspace basic-app test:mocha

0 commit comments

Comments
 (0)