Skip to content

Commit

Permalink
Add cache-dependency-path (needed since we don’t have a top level pac…
Browse files Browse the repository at this point in the history
…kage.json)
  • Loading branch information
bpierre committed Apr 3, 2024
1 parent 6f737a9 commit 04a670c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/contracts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@ jobs:
with:
node-version-file: '.node-version'
cache: 'pnpm'
cache-dependency-path: 'contracts/pnpm-lock.yaml'

- name: Install dependencies
run: pnpm install
Expand Down Expand Up @@ -141,6 +142,7 @@ jobs:
with:
node-version-file: '.node-version'
cache: 'pnpm'
cache-dependency-path: 'contracts/pnpm-lock.yaml'

- name: Install dependencies
run: pnpm install
Expand Down

0 comments on commit 04a670c

Please sign in to comment.