Skip to content

Commit

Permalink
Specify cache-dependency-path
Browse files Browse the repository at this point in the history
Issue gh-20
  • Loading branch information
marcusdacoregio committed Feb 7, 2024
1 parent b3d72f4 commit 1dfd09c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/check-auto-merge-forward-action-dist.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ jobs:
uses: actions/setup-node@v4
with:
node-version-file: .github/actions/auto-merge-forward/.node-version
cache-dependency-path: .github/actions/auto-merge-forward/package-lock.json
cache: npm

- name: Install Dependencies
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ jobs:
uses: actions/setup-node@v4
with:
node-version-file: .github/actions/generate-dependabot-yml/.node-version
cache-dependency-path: .github/actions/generate-dependabot-yml/package-lock.json
cache: npm

- name: Install Dependencies
Expand Down

0 comments on commit 1dfd09c

Please sign in to comment.