fixup!: revert node mod caching

This commit is contained in:
Joe Previte 2022-09-20 14:41:29 -07:00
parent ed1cd54d5e
commit d95a3b5566
No known key found for this signature in database
GPG Key ID: 2C91590C6B742C24
1 changed files with 8 additions and 8 deletions

View File

@ -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-