Skip to content

Commit

Permalink
update turbo cache key
Browse files Browse the repository at this point in the history
  • Loading branch information
hayes committed May 13, 2024
1 parent a62bbbf commit 04fb114
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
uses: actions/cache@v3
with:
path: node_modules/.cache
key: turbo-${{ runner.os }}-${{ matrix.node }}-${{ hashFiles('pnpm-lock.yaml') }}
key: turbo-${{ runner.os }}-${{ matrix.node }}-pnpm-${{ hashFiles('pnpm-lock.yaml') }}

- name: Install dependencies
run: pnpm install --frozen-lockfile
Expand Down

0 comments on commit 04fb114

Please sign in to comment.