From 9eb6e5a1f5ec028755c173b65a45c173102e555b Mon Sep 17 00:00:00 2001 From: Jeff Sagal Date: Sun, 17 Jul 2022 12:26:48 -0700 Subject: [PATCH] Update test.yml --- .github/workflows/test.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index dfbc97a..84e4694 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -17,10 +17,9 @@ jobs: - uses: actions/cache@v3 id: yarn-cache with: - path: ${{ steps.yarn-cache-dir-path.outputs.dir }} + path: node_modules key: ${{ runner.os }}-yarn-${{ hashFiles('**/yarn.lock') }} - restore-keys: | - ${{ runner.os }}-yarn- + restore-keys: ${{ runner.os }}-yarn- - name: Install dependencies run: yarn install --frozen-lockfile