Skip to content

Commit acb267e

Browse files
abhizipstackclaude
andcommitted
fix: regenerate package-lock.json — npm ci failing in CI
Lock file was out of sync after multiple dependabot merges. npm ci in GitHub Actions (Node 20) was failing with missing dependencies. Regenerated with npm install and verified with npm ci locally. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 8efcdbf commit acb267e

3 files changed

Lines changed: 2576 additions & 2577 deletions

File tree

.github/workflows/frontend-lint.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,9 @@ jobs:
2626
cache: "npm"
2727
cache-dependency-path: frontend/package-lock.json
2828

29+
- name: Update npm to match lock file
30+
run: npm install -g npm@10.9.2
31+
2932
- name: Install dependencies
3033
working-directory: ./frontend
3134
run: npm ci

0 commit comments

Comments
 (0)