Skip to content

Commit c22a078

Browse files
committed
fix: add --legacy-peer-deps to release job for consistency with build jobs
1 parent 9df9d5f commit c22a078

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/schedule-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@ jobs:
200200
# filename: DocComponentsBuild.zip
201201

202202
- name: Install Dependencies
203-
run: npm ci --ignore-scripts
203+
run: npm ci --ignore-scripts --legacy-peer-deps
204204
shell: bash
205205

206206
- name: Build All

0 commit comments

Comments
 (0)