Skip to content

Commit

Permalink
fix: Improve post cleanup job for caching node_modules (#257)
Browse files Browse the repository at this point in the history
  • Loading branch information
macko911 authored Sep 19, 2024
1 parent 7f076f2 commit 149ef6b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ jobs:
uses: actions/cache@v4.0.2
with:
path: node_modules/.pnpm
key: pnpm-node-modules-${{ hashFiles('**/pnpm-lock.yaml') }}
key: pnpm-node-modules-${{ hashFiles('pnpm-lock.yaml') }}
restore-keys: |
pnpm-node-modules-
Expand Down
2 changes: 1 addition & 1 deletion reusable-workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ jobs:
uses: actions/cache@v4.0.2
with:
path: node_modules/.pnpm
key: pnpm-node-modules-${{ hashFiles('**/pnpm-lock.yaml') }}
key: pnpm-node-modules-${{ hashFiles('pnpm-lock.yaml') }}
restore-keys: |
pnpm-node-modules-
Expand Down

0 comments on commit 149ef6b

Please sign in to comment.