Skip to content

Commit 37a6b49

Browse files
committed
well we might as well remove build caches for node_modules atp ince it's basically useless
1 parent b44ed2b commit 37a6b49

1 file changed

Lines changed: 1 addition & 7 deletions

File tree

.github/workflows/builds.yml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -47,13 +47,7 @@ jobs:
4747
node-version: 22.x.x
4848
cache: 'pnpm'
4949
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 }}
56-
50+
5751
- name: Install dependencies
5852
run: pnpm install --frozen-lockfile
5953

0 commit comments

Comments
 (0)