diff --git a/.github/workflows/lint.yaml b/.github/workflows/lint.yaml index 4c11aa3..0ad9e9b 100644 --- a/.github/workflows/lint.yaml +++ b/.github/workflows/lint.yaml @@ -24,7 +24,7 @@ jobs: # ESLint and Prettier must be in `package.json` - name: Install Node.js dependencies - run: npm ci + run: yarn --frozen-lockfile - name: Run linters uses: wearerequired/lint-action@v2