diff --git a/.github/workflows/flaky-test-detector.yml b/.github/workflows/flaky-test-detector.yml index 6057361b0174..4eaa0f5d64ab 100644 --- a/.github/workflows/flaky-test-detector.yml +++ b/.github/workflows/flaky-test-detector.yml @@ -35,6 +35,7 @@ jobs: uses: actions/setup-node@v3 with: node-version-file: 'package.json' + cache: 'yarn' - name: Install dependencies run: yarn install --ignore-engines --frozen-lockfile