diff --git a/.github/workflows/pr-checks.yml b/.github/workflows/pr-checks.yml index 35903815..91ac185f 100644 --- a/.github/workflows/pr-checks.yml +++ b/.github/workflows/pr-checks.yml @@ -26,7 +26,7 @@ jobs: path: "**/node_modules" key: ${{ runner.os }}-modules-${{ hashFiles('**/yarn.lock') }} - name: Install packages - run: yarn + run: yarn --frozen-lockfile - name: ESLint run: yarn eslint @@ -77,7 +77,7 @@ jobs: path: "**/node_modules" key: ${{ runner.os }}-modules-${{ hashFiles('**/yarn.lock') }} - name: Install packages - run: yarn + run: yarn --frozen-lockfile - name: Build run: yarn build - name: Ensure that the committed dist matches the build