Skip to content

Commit

Permalink
fix: fix actions to use legacy
Browse files Browse the repository at this point in the history
  • Loading branch information
irsyadadl committed Dec 16, 2024
1 parent f404f25 commit 0b691e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/laravel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- name: Install Dependencies
run: composer update -q --no-ansi --no-interaction --no-scripts --no-progress --prefer-dist
- name: Install Node Dependencies
run: npm i && npm run build
run: npm i --legacy-peer-deps -- && npm run build
- name: Generate key
run: php artisan key:generate
- name: Directory Permissions
Expand Down

0 comments on commit 0b691e5

Please sign in to comment.