Skip to content

Commit

Permalink
ci: update install dependencies to include --legacy-peer-deps
Browse files Browse the repository at this point in the history
  • Loading branch information
ju-Skinner committed Aug 13, 2024
1 parent b522c1c commit 510fced
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ jobs:
shell: bash

- name: Install Dependencies
run: npm ci --ignore-scripts
run: npm ci --ignore-scripts --legacy-peer-deps
shell: bash

- name: Configure user
Expand Down

0 comments on commit 510fced

Please sign in to comment.