ci: use --frozen-lockfile instead of --pure-lockfile

Unlike `--pure-lockfile`, `--frozen-lockfile` will fail if the lockfile
needs to be updated.
This commit is contained in:
Pierre de La Morinerie 2021-09-16 08:38:51 -05:00
parent f277731b3d
commit 910c7303d8

View file

@ -34,7 +34,7 @@ jobs:
${{ runner.os }}-yarn-
- name: Install packages
run: |
yarn install --pure-lockfile
yarn install --frozen-lockfile
- name: Run linters
run: |
@ -91,7 +91,7 @@ jobs:
${{ runner.os }}-yarn-
- name: Install packages
run: |
yarn install --pure-lockfile
yarn install --frozen-lockfile
- name: Setup test database
env: