Skip to content

Commit d83f0d0

Browse files
committed
Update deployment workflow to use --legacy-peer-deps flag for npm install
1 parent eb353a7 commit d83f0d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
if [ -f package-lock.json ]; then
2929
npm ci
3030
else
31-
npm install
31+
npm install --legacy-peer-deps
3232
fi
3333
3434
- name: Install Vercel CLI

0 commit comments

Comments
 (0)