From b87208fcb4a4913eef8c891d1a1ba016e95b2a2b Mon Sep 17 00:00:00 2001 From: Alex Yang <32620988+aletya@users.noreply.github.com> Date: Sun, 21 Apr 2024 18:08:56 -0500 Subject: [PATCH] Update prettier.yml --- .github/workflows/prettier.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/prettier.yml b/.github/workflows/prettier.yml index f4c3651..701d6da 100644 --- a/.github/workflows/prettier.yml +++ b/.github/workflows/prettier.yml @@ -12,6 +12,7 @@ jobs: - uses: actions/setup-node@v4 with: node-version: "18.x" + cache: 'yarn' - name: Install dependencies run: yarn - name: Run Prettier