Skip to content

Commit

Permalink
updated actions: added a legacy-peer-deps flag when installing packages
Browse files Browse the repository at this point in the history
  • Loading branch information
Fellan-91 committed Jul 26, 2024
1 parent 20f2b83 commit dbb60e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/setup-node/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ runs:

- name: Install npm dependencies
if: ${{ steps.cache-node_modules.outputs.cache-hit != 'true' }}
run: npm ci
run: npm ci --legacy-peer-deps
shell: bash

# On cache hit, we run the post-install script to match the native `npm ci` behavior.
Expand Down

0 comments on commit dbb60e5

Please sign in to comment.