There was an error while loading. Please reload this page.
1 parent 90ef977 commit b44ed2bCopy full SHA for b44ed2b
1 file changed
.github/workflows/builds.yml
@@ -48,11 +48,11 @@ jobs:
48
cache: 'pnpm'
49
cache-dependency-path: './pnpm-lock.yaml'
50
51
- - name: Cache node_modules
52
- uses: actions/cache@v4
53
- with:
54
- path: node_modules/
55
- key: neuropilot-build-${{ github.repository }}
+ #- name: Cache node_modules
+ # uses: actions/cache@v4
+ # with:
+ # path: node_modules/
+ # key: neuropilot-build-${{ github.repository }}
56
57
- name: Install dependencies
58
run: pnpm install --frozen-lockfile
0 commit comments