Skip to content

Commit

Permalink
build: corrige instalação do pacote ziggy
Browse files Browse the repository at this point in the history
Antes, era instalada a versão mais recente. Agora, fixa na 1.6, versão
utilizada no código.
  • Loading branch information
valdeirpsr committed Sep 23, 2024
1 parent 4f8a02c commit ad72361
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ jobs:
- name: Install Dependencies JS
run: pnpm i
- name: Install Ziggy
run: composer require tightenco/ziggy
run: composer require tightenco/ziggy:^1.6
- name: Vite Build
run: pnpm build
- name: Execute tests
Expand Down

0 comments on commit ad72361

Please sign in to comment.