Skip to content

Commit 4991fa8

Browse files
Fix GitHub Actions workflow - use npm install instead of npm ci
Co-authored-by: Cursor <cursoragent@cursor.com>
1 parent 2643f25 commit 4991fa8

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
@@ -27,10 +27,9 @@ jobs:
2727
uses: actions/setup-node@v4
2828
with:
2929
node-version: 20
30-
cache: 'npm'
3130

3231
- name: Install dependencies
33-
run: npm ci
32+
run: npm install --legacy-peer-deps
3433

3534
- name: Build
3635
run: npm run build

0 commit comments

Comments
 (0)