diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 538841179eaa..3b75c7b6aebe 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-command: yarn install --immutable # Fails if yarn.lock is modified - name: Lint run: yarn lint:ci - name: Prettier Code