From cf9cbbc5f08f29c2ba5a4c390129ff46bf8a3cf5 Mon Sep 17 00:00:00 2001 From: zomars Date: Mon, 20 Feb 2023 18:59:35 -0700 Subject: [PATCH] Update pr.yml --- .github/workflows/pr.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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