Skip to content

Commit

Permalink
chore: ignore cypress action legacy peer deps
Browse files Browse the repository at this point in the history
  • Loading branch information
ghiscoding committed Jun 19, 2024
1 parent 30952a6 commit 76c52f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,4 +59,4 @@ jobs:
# wait-on: 'http://localhost:8080'
browser: chrome
config-file: cypress/cypress.config.ts
install-command: npm i --legacy-peer-deps
install-command: npm install --legacy-peer-deps

0 comments on commit 76c52f7

Please sign in to comment.