Skip to content

Commit

Permalink
fix: upgrade to cypress@13.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
TechAkayy committed Jan 22, 2025
1 parent ef84cab commit 8f35d64
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
CI: true

runs-on: ubuntu-latest
container: cypress/included:12.2.0
container: cypress/included:13.2.2
steps:
- uses: actions/checkout@v2

Expand Down
2 changes: 1 addition & 1 deletion docs/scripts/test-cypress
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ pnpx wait-on http-get://[::1]:3050 --delay 1000 --timeout 15000

echo '== Server ready! =='

pnpx cypress@12.2.0 run && echo '== Finished! =='
pnpx cypress@13.2.2 run && echo '== Finished! =='

0 comments on commit 8f35d64

Please sign in to comment.