Skip to content

Commit

Permalink
chore: update the gh action cache for yarn
Browse files Browse the repository at this point in the history
  • Loading branch information
moldy530 committed Nov 22, 2024
1 parent 931346f commit 2b4df22
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/setup-node/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ runs:
with:
path: |
**/node_modules
!examples/embedded-accounts-quickstart/node_modules
!examples/embedded-accounts-quickstart
.yarn/install-state.gz
key: ${{ runner.os }}-yarn-${{ hashFiles('yarn.lock') }}-${{ hashFiles('**/package.json', '!node_modules/**') }}
restore-keys: |
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/on-pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ jobs:
with:
token: ${{ secrets.ALCHEMY_BOT_PAT }}
fetch-depth: "0"
submodules: "recursive"

- name: Setup Node
uses: ./.github/actions/setup-node
Expand Down

0 comments on commit 2b4df22

Please sign in to comment.