From d95a3b556626ffb4314d00adbac0bca34fc4f24c Mon Sep 17 00:00:00 2001 From: Joe Previte Date: Tue, 20 Sep 2022 14:41:29 -0700 Subject: [PATCH] fixup!: revert node mod caching --- .github/workflows/build.yaml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index ff205107e..32770f201 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -39,8 +39,8 @@ jobs: id: cache-node-modules uses: actions/cache@v3 with: - path: "node_modules" - key: yarn-build-${{ hashFiles('yarn.lock') }} + path: "**/node_modules" + key: yarn-build-${{ hashFiles('**yarn.lock') }} restore-keys: | yarn-build- @@ -115,8 +115,8 @@ jobs: id: cache-node-modules uses: actions/cache@v3 with: - path: "node_modules" - key: yarn-build-${{ hashFiles('yarn.lock') }} + path: "**/node_modules" + key: yarn-build-${{ hashFiles('**yarn.lock') }} restore-keys: | yarn-build- @@ -161,8 +161,8 @@ jobs: id: cache-node-modules uses: actions/cache@v3 with: - path: "node_modules" - key: yarn-build-${{ hashFiles('yarn.lock') }} + path: "**/node_modules" + key: yarn-build-${{ hashFiles('**yarn.lock') }} restore-keys: | yarn-build- @@ -204,8 +204,8 @@ jobs: id: cache-node-modules uses: actions/cache@v3 with: - path: "node_modules" - key: yarn-build-${{ hashFiles('yarn.lock') }} + path: "**/node_modules" + key: yarn-build-${{ hashFiles('**yarn.lock') }} restore-keys: | yarn-build-