diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index 8f5bcf54a6..e0d9ab7c2a 100644 --- a/.github/workflows/pr.yml +++ b/.github/workflows/pr.yml @@ -38,7 +38,7 @@ jobs: needs: setup steps: - uses: actions/checkout@v3 - - uses: ./.github/actions/yarn-install + - uses: ./.github/actions/cache-install with: node_version: ${{ secrets.NODE_VERSION }} - run: yarn lint