Skip to content

Commit 14c83f1

Browse files
TheStack-aiclaude
andcommitted
fix: remove npm cache from CI (no lock file in repo)
The waypath repo intentionally does not commit package-lock.json since the only runtime dependency (better-sqlite3) is optional and dev dependencies are empty. Cache requires a lock file, so drop it. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent 1361aee commit 14c83f1

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ jobs:
2121
uses: actions/setup-node@v4
2222
with:
2323
node-version: ${{ matrix.node-version }}
24-
cache: 'npm'
2524

2625
- name: Install dependencies
2726
run: npm install

0 commit comments

Comments
 (0)