Skip to content

Commit

Permalink
fix: fix actions
Browse files Browse the repository at this point in the history
  • Loading branch information
irsyadadl committed Dec 16, 2024
1 parent 816f18b commit 47e3a74
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 --legacy-peer-deps -- && 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 47e3a74

Please sign in to comment.