Skip to content

Commit

Permalink
--force --legacy-peer-deps
Browse files Browse the repository at this point in the history
  • Loading branch information
SethSharp committed Jan 23, 2024
1 parent 81a8a5f commit 51b0912
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
run: composer install --no-cache --no-ansi --no-interaction --no-progress

- name: Install node dependencies
run: npm i
run: npm i --force --legacy-peer-deps

- name: Copy .env
run: php -r "file_exists('.env') || copy('.env.production', '.env');"
Expand Down

0 comments on commit 51b0912

Please sign in to comment.