diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index de05c9ae..e729914b 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -28,9 +28,9 @@ jobs: - name: Install working-directory: ./core run: | - npm ci + yarn install --frozen-lockfile - name: Lint working-directory: ./core run: | - npm run lint + yarn lint