Skip to content

Commit

Permalink
12.17.4
Browse files Browse the repository at this point in the history
  • Loading branch information
agoldis committed Nov 17, 2023
1 parent 6687496 commit b3ecd64
Show file tree
Hide file tree
Showing 3 changed files with 48 additions and 33 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/currents.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
run: |
npm ci
CYPRESS_DOWNLOAD_MIRROR=https://cy-cdn.currents.dev npx cypress install --force
file /root/.cache/Cypress/12.4.0/Cypress/Cypress
file /root/.cache/Cypress/12.17.4/Cypress/Cypress
# Run all Cypress tests
- name: Run Cypress on Currents.dev
Expand Down
77 changes: 46 additions & 31 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"author": "",
"license": "ISC",
"dependencies": {
"cypress": "12.4.0",
"cypress": "12.17.4",
"cypress-cloud": "^1.9.6",
"typescript": "^5.0.2"
}
Expand Down

0 comments on commit b3ecd64

Please sign in to comment.