Skip to content

Commit ce9d478

Browse files
committed
chore: update cache location
1 parent fa31ada commit ce9d478

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
- name: Cache NX
3131
uses: actions/cache@v4
3232
with:
33-
path: node_modules/.cache/nx/
33+
path: .nx/cache
3434
key: nx-${{ env.NX_BRANCH }}-${{ env.NX_RUN_GROUP }}-${{ github.sha }}
3535
restore-keys: |
3636
nx-${{ env.NX_BRANCH }}-${{ env.NX_RUN_GROUP }}-

0 commit comments

Comments
 (0)