Skip to content

Commit

Permalink
feat(Root): install legacy peer deps
Browse files Browse the repository at this point in the history
  • Loading branch information
kikoruiz committed Dec 21, 2022
1 parent 66ae49f commit c0f537f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ runs:
urls: ${{inputs.urls}}

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

- name: Format Lighthouse score
Expand Down

0 comments on commit c0f537f

Please sign in to comment.