Skip to content

Commit

Permalink
use pnpm-lock as cache dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
hayes committed May 13, 2024
1 parent 55c26ba commit 1780802
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/changesets.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ jobs:
with:
node-version: 22
cache: 'pnpm'
cache-dependency-path: pnpm-lock.yaml

- name: Setup turbo cache
uses: actions/cache@v3
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ jobs:
with:
node-version: ${{ matrix.node }}
cache: 'pnpm'
cache-dependency-path: pnpm-lock.yaml

- name: Setup turbo cache
uses: actions/cache@v3
Expand Down

0 comments on commit 1780802

Please sign in to comment.