Skip to content

Commit 9ee4376

Browse files
Anant Tripathiclaude
authored andcommitted
Fix CI: use npm install instead of npm ci (no lockfile)
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 5e9df85 commit 9ee4376

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,9 @@ jobs:
2828
uses: actions/setup-node@v4
2929
with:
3030
node-version: 20
31-
cache: npm
3231

3332
- name: Install dependencies
34-
run: npm ci
33+
run: npm install
3534

3635
- name: Build
3736
run: npm run build

0 commit comments

Comments
 (0)