Skip to content

Commit 975b873

Browse files
klagridaclaude
andcommitted
fix(ci): use npm install instead of npm ci
Change from npm ci to npm install in CI workflow. This allows for more flexible dependency resolution and will work better with the workspace setup. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent cc68c73 commit 975b873

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -265,7 +265,7 @@ jobs:
265265
shell: bash
266266
run: |
267267
echo "Installing all dependencies (root + workspaces)..."
268-
npm ci
268+
npm install
269269
270270
- name: Install Playwright browsers
271271
shell: bash

0 commit comments

Comments
 (0)