From 910c7303d8a78bff5912f9617b64df721d3f2b9d Mon Sep 17 00:00:00 2001 From: Pierre de La Morinerie Date: Thu, 16 Sep 2021 08:38:51 -0500 Subject: [PATCH] ci: use `--frozen-lockfile` instead of `--pure-lockfile` Unlike `--pure-lockfile`, `--frozen-lockfile` will fail if the lockfile needs to be updated. --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index acf2f2a4a..1d5f8f67a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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: