chore(ci): Add --frozen-lockfile arg to yarn install

This commit is contained in:
Brandon
2021-01-18 13:08:03 -06:00
parent cfb446e78e
commit e1d55e5254

View File

@@ -39,7 +39,7 @@ jobs:
restore-keys: ${{ runner.os }}-${{ matrix.node }}-yarn-
- name: Install dependencies using Yarn
run: yarn install
run: yarn install --frozen-lockfile
- name: Execute the Node test scripts
run: yarn test