Skip to content

Commit b1061f7

Browse files
allow legacy peer deps
1 parent 1f4c064 commit b1061f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/setup/action.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ runs:
2626
registry-url: "https://registry.npmjs.org"
2727

2828
- name: Install Dependencies
29-
run: npm ci
29+
run: npm ci --legacy-peer-deps
3030
shell: bash
3131

3232
- name: Build Packages

0 commit comments

Comments
 (0)