diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 3b75c7b6ae..2fa11141ba 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -15,7 +15,7 @@ jobs: - name: Installation uses: bahmutov/npm-install@v1 with: - install-command: yarn install --immutable # Fails if yarn.lock is modified + install-command: yarn install --frozen-lockfile # Fails if yarn.lock is modified - name: Lint run: yarn lint:ci - name: Prettier Code