Skip to content

Commit c0f537f

Browse files
committed
feat(Root): install legacy peer deps
1 parent 66ae49f commit c0f537f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ runs:
3232
urls: ${{inputs.urls}}
3333

3434
- name: Install action dependencies
35-
run: npm install ${{ github.action_path }}
35+
run: npm install ${{ github.action_path }} --legacy-peer-deps
3636
shell: bash
3737

3838
- name: Format Lighthouse score

0 commit comments

Comments
 (0)