diff --git a/.github/workflows/pr-check-lint_content.yml b/.github/workflows/pr-check-lint_content.yml index 8729e246a94ed5..768f1b314506ce 100644 --- a/.github/workflows/pr-check-lint_content.yml +++ b/.github/workflows/pr-check-lint_content.yml @@ -73,7 +73,9 @@ jobs: with: node-version-file: ".nvmrc" cache: yarn - cache-dependency-path: "**/yarn.lock" + cache-dependency-path: | + mdn/content/yarn.lock + yarn.lock - name: Install all yarn packages for mdn/translated-content if: ${{ env.DIFF_DOCUMENTS }}