We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 46df388 commit 5c33239Copy full SHA for 5c33239
.github/workflows/build.yml
@@ -26,7 +26,7 @@ jobs:
26
- name: Cache NX
27
uses: actions/cache@v4
28
with:
29
- path: .nx/cache
+ path: node_modules/.cache/nx/
30
key: nx-${{ env.NX_BRANCH }}-${{ env.NX_RUN_GROUP }}-${{ github.sha }}
31
restore-keys: |
32
nx-${{ env.NX_BRANCH }}-${{ env.NX_RUN_GROUP }}-
@@ -79,7 +79,7 @@ jobs:
79
80
81
82
83
84
85
0 commit comments