Skip to content

Commit

Permalink
Added cache-dependency-path
Browse files Browse the repository at this point in the history
  • Loading branch information
paales committed Dec 2, 2024
1 parent bdea350 commit 0669f80
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release-canary.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ jobs:
with:
cache: yarn
node-version: 20
cache-dependency-path: package.json
registry-url: 'https://registry.npmjs.org'
scope: '@graphcommerce'
- name: yarn install && yarn postinstall
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/release-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ jobs:
with:
cache: yarn
node-version: 20
cache-dependency-path: package.json
registry-url: 'https://registry.npmjs.org'
scope: '@graphcommerce'
- name: yarn install && yarn postinstall
Expand Down

0 comments on commit 0669f80

Please sign in to comment.